vcpkg/ports/lmdb/vcpkg.json
Benjamin Oldenburg a95ee82267
[lmdb] don't use msvc parameters with non-msvc compiler (#23653)
* don't use msvc parameters with non-msvc compiler

* change condition

* Update version

* add license field

* updated the license field

* formatted the manifest file.

* updated version
2022-03-25 13:11:22 -07:00

9 lines
209 B
JSON

{
"name": "lmdb",
"version": "0.9.24",
"port-version": 2,
"description": "LMDB is an extraordinarily fast, memory-efficient database",
"homepage": "https://github.com/LMDB/lmdb",
"license": null
}