vcpkg/ports/libosmium/vcpkg.json
chausner 84acc8d250
[libosmium] Update to 2.17.1 (#21386)
* Update libosmium to 2.17.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:54:22 -08:00

20 lines
372 B
JSON

{
"name": "libosmium",
"version-semver": "2.17.1",
"description": "A fast and flexible C++ library for working with OpenStreetMap data",
"homepage": "https://osmcode.org/libosmium/",
"dependencies": [
"boost",
"bzip2",
"expat",
"proj4",
"protozero",
"utfcpp",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}