redox/recipes/groups/dev-essential/recipe.toml
2026-05-12 16:29:21 +07:00

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",
]