redox/recipes/wip/dev/other/allocscope/recipe.toml
2024-06-26 04:17:47 +00:00

15 lines
278 B
TOML

#TODO make all dependencies work
[source]
git = "https://github.com/matt-kimball/allocscope"
[build]
template = "custom"
dependencies = [
"libiberty",
"ncurses",
"sqlite3",
"libunwind",
]
script = """
cookbook_cargo_packages allocscope-trace allocscope-view
"""