mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
24 lines
361 B
TOML
24 lines
361 B
TOML
[package]
|
|
dependencies = [
|
|
"autotools",
|
|
#"bison", #TODO: fix compilation error
|
|
"cmake",
|
|
#"debugedit", #TODO: compile and test
|
|
"gcc13",
|
|
"gcc13.cxx",
|
|
"gnu-grep",
|
|
"groff",
|
|
"gawk",
|
|
"file",
|
|
"perl5",
|
|
"python312",
|
|
"ripgrep",
|
|
"lua54",
|
|
"m4",
|
|
"nasm",
|
|
"patch",
|
|
"pkg-config",
|
|
"rust",
|
|
"sed",
|
|
]
|