mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
27 lines
501 B
JSON
27 lines
501 B
JSON
{
|
|
"name": "lmdb",
|
|
"version": "0.9.33",
|
|
"description": "LMDB is an extraordinarily fast, memory-efficient database",
|
|
"homepage": "https://github.com/LMDB/lmdb",
|
|
"license": "OLDAP-2.8",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"getopt"
|
|
]
|
|
}
|
|
}
|
|
}
|