vcpkg/ports/libosmium/vcpkg.json
Kai Pastor 921ee3d101
[libosmium] Trim dependencies (#28963)
Cf. https://osmcode.org/libosmium/manual.html#dependencies
The deprecated PROJ support needs `proj_api.h`, removed in PROJ 8.0.
utfcpp was used before libosmium 2.15.0.
2023-01-16 12:52:59 -08:00

22 lines
426 B
JSON

{
"name": "libosmium",
"version-semver": "2.18.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"
]
}