vcpkg/ports/lmdb/vcpkg.json
Kai Pastor 72c4037ca7
[lmdb] Update, refresh (#33967)
* [lmdb] Update, refresh

* Use getopt-win32
2023-09-27 01:22:44 -07:00

27 lines
501 B
JSON

{
"name": "lmdb",
"version": "0.9.31",
"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"
]
}
}
}