vcpkg/ports/libosmium/vcpkg.json
Rasmus-123 e4f8bbe3cf
[libosmium] Update to 2.18.0 (#26324)
* [libosmium] Update to 2.18.0

* [libosmium] Updating the version files

* [libosmium] Added lz4 dependency

* [libosmium] Overwrote git-tree for fixed version
2022-08-15 10:48:44 -07:00

22 lines
406 B
JSON

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