vcpkg/ports/lmdb/vcpkg.json
Benjamin Oldenburg 6c953be2ac
[lmdb] Remove 'd' suffix from debug libraries (#24347)
* append 'd' only on windows

* removed d suffix

* add version
2022-04-25 16:11:33 -07:00

19 lines
362 B
JSON

{
"name": "lmdb",
"version": "0.9.29",
"port-version": 1,
"description": "LMDB is an extraordinarily fast, memory-efficient database",
"homepage": "https://github.com/LMDB/lmdb",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}