mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:29:07 +08:00
84acc8d250
* Update libosmium to 2.17.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
20 lines
372 B
JSON
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"
|
|
]
|
|
}
|