mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
ee3980f5fc
* [leveldb] Disable tests and benchmarks * version * format * version
34 lines
719 B
JSON
34 lines
719 B
JSON
{
|
|
"name": "leveldb",
|
|
"version": "1.22",
|
|
"port-version": 6,
|
|
"description": "LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.",
|
|
"homepage": "https://github.com/google/leveldb",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|