vcpkg/ports/lmdb/vcpkg.json
jmanjon 9c5dcd6afe
[LMDB] update to 0.9.29 (#24045)
* #24044 LMDB update to 0.9.29

* #24044 LMDB update to 0.9.29

* #24044 LMDB update to 0.9.29

* Modernize port file.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-04-11 08:50:10 -07:00

18 lines
341 B
JSON

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