mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
9c5dcd6afe
* #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>
18 lines
341 B
JSON
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
|
|
}
|
|
]
|
|
}
|