vcpkg/ports/lmdb/vcpkg.json
2024-08-05 11:38:52 -07:00

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"
]
}
}
}