Redox: A Rust Operating System
Go to file
Jeremy Soller a006f0a50c Merge branch 'fix-zlib' into 'master'
Fix the zlib recipe

See merge request redox-os/cookbook!298
2023-08-21 19:20:51 +00: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 Fix the zlib recipe 2023-08-21 19:20:51 +00:00
src clippy: Fix unnecessary unwrap() 2023-08-16 23:25:18 +02: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 Aarch64 drivers build 2023-05-06 18:37:38 +00: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 Add Recipe Subfolders 2023-08-09 21:15:42 +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 Remove toolchain stuff from README 2019-03-15 20:17:28 -06:00
repo.sh Add Recipe Subfolders 2023-08-09 21:15:42 +00: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 package recipes for Redox.

MIT licensed

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