2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "rocksdb",
|
2024-06-21 02:40:01 +08:00
|
|
|
"version": "9.2.1",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "A library that provides an embeddable, persistent key-value store for fast storage",
|
|
|
|
"homepage": "https://github.com/facebook/rocksdb",
|
2022-12-07 04:47:05 +08:00
|
|
|
"license": "GPL-2.0-only OR Apache-2.0",
|
2023-07-08 00:08:38 +08:00
|
|
|
"supports": "!uwp & !(arm & !arm64 & android)",
|
2021-11-26 17:18:37 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-09-09 16:24:04 +08:00
|
|
|
"default-features": [
|
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"bzip2": {
|
2023-07-08 00:08:38 +08:00
|
|
|
"description": "build with bzip2",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"bzip2"
|
|
|
|
]
|
|
|
|
},
|
2023-07-08 00:08:38 +08:00
|
|
|
"liburing": {
|
|
|
|
"description": "build with liburing",
|
2023-09-06 13:33:57 +08:00
|
|
|
"supports": "linux",
|
2023-07-08 00:08:38 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "liburing",
|
|
|
|
"platform": "linux"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"lz4": {
|
2023-07-08 00:08:38 +08:00
|
|
|
"description": "build with lz4",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"lz4"
|
|
|
|
]
|
|
|
|
},
|
2023-07-08 00:08:38 +08:00
|
|
|
"numa": {
|
|
|
|
"description": "build with NUMA policy support",
|
|
|
|
"supports": "linux"
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"snappy": {
|
2023-07-08 00:08:38 +08:00
|
|
|
"description": "build with SNAPPY",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"snappy"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tbb": {
|
2023-07-08 00:08:38 +08:00
|
|
|
"description": "build with Threading Building Blocks (TBB)",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"tbb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zlib": {
|
2023-07-08 00:08:38 +08:00
|
|
|
"description": "build with zlib",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zstd": {
|
2023-07-08 00:08:38 +08:00
|
|
|
"description": "build with zstd",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|