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