20 lines
396 B
JSON
20 lines
396 B
JSON
|
{
|
||
|
"name": "lmdb",
|
||
|
"version": "0.9.29",
|
||
|
"port-version": 2,
|
||
|
"description": "LMDB is an extraordinarily fast, memory-efficient database",
|
||
|
"homepage": "https://github.com/LMDB/lmdb",
|
||
|
"license": null,
|
||
|
"supports": "!(arm & windows)",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|