Add recipes

This commit is contained in:
Ribbon 2024-05-08 03:03:15 +00:00
parent 3010658d6a
commit fc5ddc742e
10 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/matt-kimball/allocscope"
[build]
template = "custom"
dependencies = [
"libiberty",
"ncurses",
"sqlite3",
"libunwind",
]
script = """
cookbook_cargo_packages allocscope-trace allocscope-view
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/zhaofengli/colmena"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/sgayou/rbasefind"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/domoritz/arrow-tools"
[build]
template = "custom"
script = """
cookbook_cargo_packages csv2arrow csv2parquet json2arrow json2parquet
"""

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/datafusion-contrib/bdt"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Lymphatus/caesium-clt"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/mookid/diffr"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/orhun/halp"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/grunch/rana"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/dflemstr/rq"
[build]
template = "cargo"