vcpkg/ports/libmaxminddb/vcpkg.json
2024-10-07 15:08:55 -04:00

17 lines
323 B
JSON

{
"name": "libmaxminddb",
"version": "1.11.0",
"description": "C library for the MaxMind DB file format",
"homepage": "https://github.com/maxmind/libmaxminddb",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}