mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
caf2e7460b
* [libosmium/libxlsxwriter] Update to the latest version * Update version files * Update versions/l-/libosmium.json * Attempt to fix version database again. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "libosmium",
|
|
"version-semver": "2.17.0",
|
|
"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"
|
|
]
|
|
}
|