Redox: A Rust Operating System
Go to file
2023-11-09 14:43:48 +01:00
.cargo Remove libc patch 2023-02-11 14:05:19 -07:00
bin Update llvm-config 2023-02-11 16:54:27 -07:00
docgen@c9525c4761 Update docgen 2018-11-08 17:06:26 -07:00
pkgar@7a31644304 Update pkgar 2023-04-27 17:34:53 -06:00
pkgutils@410b9b0761 Update pkgutils 2021-08-10 16:08:32 -06:00
recipes Phase out / in scheme names. 2023-11-09 14:43:48 +01:00
src Resume interrupted downloads 2023-11-08 13:11:50 +00:00
.gitignore Build packages in separate folder per target 2022-11-10 12:03:32 -07:00
.gitmodules Remove patches 2020-05-21 19:55:14 -06:00
Cargo.lock Update redoxer 2023-09-07 16:25:53 -06:00
Cargo.toml Aarch64 drivers build 2023-05-06 18:37:38 +00:00
clean.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00:00
config.sh Use gfind in MacOS for use with -executable option 2023-04-04 20:21:05 +01:00
cook.sh Resume interrupted downloads 2023-11-08 13:11:50 +00:00
fetch.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00:00
LICENSE Initial commit 2016-10-31 11:19:57 -06:00
README.md Merge branch 'move-recipes' into 'master' 2023-11-05 15:19:56 +00:00
repo.sh Remove recipe path message 2023-09-11 09:58:24 -06:00
setup.sh Remove all references to xargo 2023-02-21 11:52:50 -07:00
status_origin.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00:00
status_upstream.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00:00
status.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00:00
unfetch.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00:00

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
  • icons - Icon packs
  • 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

In order for this repository to be useful, it must be set up with an environment from the redox repository.

MIT licensed