2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "leveldb",
|
2023-10-03 08:37:58 +08:00
|
|
|
"version": "1.23",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.",
|
2022-02-23 04:13:26 +08:00
|
|
|
"homepage": "https://github.com/google/leveldb",
|
2022-02-16 12:34:42 +08:00
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"crc32c": {
|
|
|
|
"description": "Build with crc32c",
|
|
|
|
"dependencies": [
|
|
|
|
"crc32c"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"snappy": {
|
|
|
|
"description": "Build with snappy",
|
|
|
|
"dependencies": [
|
|
|
|
"snappy"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|