mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge branch 'recipe-categories' into 'master'
Move recipes to categories See merge request redox-os/cookbook!308
This commit is contained in:
commit
79b4aa6be3
28
README.md
28
README.md
@ -1,5 +1,29 @@
|
||||
# cookbook
|
||||
A collection of package recipes for Redox.
|
||||
# Cookbook
|
||||
|
||||
A collection of software ports for Redox.
|
||||
|
||||
### Categories
|
||||
|
||||
- `backends` - Middlewares, like SDL2
|
||||
- `core` - System components (included on `server` build)
|
||||
- `demos` - Software with demos
|
||||
- `development` - Any software used for development, like compilers and dependency managers
|
||||
- `documentation` - Software used for documentation
|
||||
- `emulators` - Console emulators or compatibility/translation layers
|
||||
- `examples` - Softwares with examples
|
||||
- `games` - Any kind of game
|
||||
- `gui` - Graphical interfaces
|
||||
- `libraries` - Software with functions for other softwares, like OpenSSL
|
||||
- `network` - Networking tools
|
||||
- `other` - Software that can't fit on other categories
|
||||
- `shells` - Terminal interpreters
|
||||
- `sound` - Software used for sound processing/production
|
||||
- `tests` - Software used to test other softwares
|
||||
- `toolkits` - Software used to create other softwares with a framework-like approach
|
||||
- `tools` - Text editors, terminal tools and any other kind of tools
|
||||
- `tui` - Graphical terminal interfaces
|
||||
- `video` - Video players and video processing/production tools
|
||||
- `wip` - Software that needs porting or incomplete recipes
|
||||
|
||||
[](./LICENSE)
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user