mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
fb3416466f
* Update to PROJ 9.0.0 & make proj the regular port * Consolidate files in share, move data to subdir * Update versions * Update proj to 9.0.0 RC2 * Add license fields * Update versions * Update to PROJ 9.0.0 release * Update versions * Update versions
22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "libosmium",
|
|
"version-semver": "2.17.1",
|
|
"port-version": 1,
|
|
"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",
|
|
"proj",
|
|
"protozero",
|
|
"utfcpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|