mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +08:00
e4f8bbe3cf
* [libosmium] Update to 2.18.0 * [libosmium] Updating the version files * [libosmium] Added lz4 dependency * [libosmium] Overwrote git-tree for fixed version
22 lines
406 B
JSON
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"
|
|
]
|
|
}
|