vcpkg/ports/libosmium/vcpkg.json
Ildar Khayrutdinov d29610edec
[libosmium] update to 2.19.0 (#33038)
* update libosmium to 2.19.0

* Update ports/libosmium/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* update libosmium.json

* cleanup

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-08-09 10:12:51 -07:00

21 lines
405 B
JSON

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