vcpkg/ports/libosmium/vcpkg.json
2023-12-27 23:47:50 -08:00

22 lines
426 B
JSON

{
"name": "libosmium",
"version-semver": "2.20.0",
"port-version": 1,
"description": "A fast and flexible C++ library for working with OpenStreetMap data",
"homepage": "https://osmcode.org/libosmium/",
"license": "BSL-1.0",
"dependencies": [
"boost-crc",
"boost-variant",
"bzip2",
"expat",
"lz4",
"protozero",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}