redox/recipes/wip/db/rocksdb/recipe.toml
2024-02-16 21:42:08 +00:00

15 lines
319 B
TOML

#TODO missing script for "make", see https://github.com/facebook/rocksdb/blob/main/INSTALL.md
[source]
git = "https://github.com/facebook/rocksdb"
rev = "49ce8a1064dd1ad89117899839bf136365e49e79"
[build]
template = "custom"
dependencies = [
"zlib",
"lz4",
"bzip2",
"zstd",
"snappy",
"gflags",
]