Skip to content
Snippets Groups Projects
Commit d0b71421 authored by Jonas Platte's avatar Jonas Platte
Browse files

Replace references to Magnet with pkgutils

parent a0f9432d
No related branches found
No related tags found
1 merge request!96Replace references to Magnet with pkgutils
......@@ -77,12 +77,7 @@
- [Extras]()
- [OrbTK]()
- [Orbutils]()
- [Magnet]()
- [Decentral]()
- [Cryptography]()
- [The indexes]()
- [The repositories]()
- [The trusted parties]()
- [pkgutils]()
- [Sodium]()
- [What it is]()
- [Understanding the design]()
......
......@@ -13,7 +13,7 @@ If you are fluent in Rust, but not OS Development:
* Apps development
* Shell ([Ion](https://github.com/redox-os/ion)) development
* Package manager ([Magnet](https://github.com/redox-os/magnet)) development
* Package manager ([pkgutils](https://github.com/redox-os/pkgutils)) development
* Other high-level code tasks
If you are fluent in Rust, and have experience with OS Dev:
......
......@@ -9,6 +9,7 @@ Currently, [jackpot51] maintains:
- [Orbclient]
- [OrbTK] (with assistance from [stratact])
- [Orbutils]
- [pkgutils]
- The overall direction of the project.
[ticki] maintains:
......@@ -19,7 +20,6 @@ Currently, [jackpot51] maintains:
- [The project "Games for Redox"]
- [Libextra]
- [Libmalloc]
- [Magnet]
- [Sodium]
- [TFS, an implementation of ZFS]
......@@ -37,10 +37,10 @@ Currently, [jackpot51] maintains:
[Orbclient]: https://github.com/redox-os/orbclient
[OrbTK]: https://github.com/redox-os/orbtk
[Orbutils]: https://github.com/redox-os/orbutils
[pkgutils]: https://github.com/redox-os/pkgutils
[Libmalloc]: https://github.com/redox-os/libmalloc
[Coreutils]: https://github.com/redox-os/coreutils
[Magnet]: https://github.com/redox-os/magnet
[Sodium]: https://github.com/redox-os/sodium
[TFS, an implementation of ZFS]: https://github.com/redox-os/zfs
[Tedsta]: https://github.com/tedsta
......
......@@ -8,7 +8,7 @@ In addition to the kernel, we are developing several side projects, including:
- [Ion]: The Redox shell.
- [Orbital]: The display server of Redox.
- [OrbTK]: A widget toolkit.
- [Magnet]: Redox's package manager.
- [pkgutils]: Redox's package management library and its command-line frontend.
- [Sodium]: A Vi-like editor.
- [ralloc]: A memory allocator.
- [libextra]: Supplement for libstd, used throughout the Redox code base.
......@@ -16,6 +16,7 @@ In addition to the kernel, we are developing several side projects, including:
- and a few other exciting projects you can explore [here].
We also have three utility distributions, which are collections of small, useful command-line programs:
- [Coreutils]: A minimal set of utilities essential for a usable system.
- [Extrautils]: Extra utilities such as reminders, calendars, spellcheck, and so on.
- [Binutils]: Utilities for working with binary files.
......@@ -23,7 +24,7 @@ We also have three utility distributions, which are collections of small, useful
What tools for fitting in the Redox distribution?
-------------------------------------------------
Some of these tools will in the future be moved out of the default distribution, into seperate optional magnet packages. Examples of these are Orbital, OrbTK, Sodium, and so on.
Some of these tools will in the future be moved out of the default distribution, into seperate optional packages. Examples of these are Orbital, OrbTK, Sodium, and so on.
The listed tools fall into three categories:
......@@ -31,7 +32,7 @@ The listed tools fall into three categories:
2. **Ecosystem-friendly**, which are there for establishing consistency within the ecosystem.
3. **Fun**, which are "nice" to have and are inherently simple.
The first category should be obvious: an OS without certain core tools is a useless OS. The second category contains the tools which are likely to be non-default in the future, but nonetheless are in the official distribution right now, for the charm. The third category is there for convenience: namely for making sure that the Redox infrastructure is consistent and integrated (e.g., Magnet, OrbTK, and libextra).
The first category should be obvious: an OS without certain core tools is a useless OS. The second category contains the tools which are likely to be non-default in the future, but nonetheless are in the official distribution right now, for the charm. The third category is there for convenience: namely for making sure that the Redox infrastructure is consistent and integrated (e.g., pkgutils, OrbTK, and libextra).
It is important to note we seek to avoid non-Rust tools, for safety and consistency (see [Why Rust]).
......@@ -39,7 +40,7 @@ It is important to note we seek to avoid non-Rust tools, for safety and consiste
[Ion]: https://github.com/redox-os/ion
[Orbital]: https://github.com/redox-os/orbital
[OrbTK]: https://github.com/redox-os/orbtk
[Magnet]: https://github.com/redox-os/magnet
[pkgutils]: https://github.com/redox-os/pkgutils
[Sodium]: https://github.com/redox-os/sodium
[ralloc]: https://github.com/redox-os/ralloc
[libextra]: https://github.com/redox-os/libextra
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment