vcpkg/ports/libosmium/vcpkg.json
Kai Pastor fb3416466f
[proj, proj4] Update to PROJ 9.0.0 & make proj the regular port (#23186)
* 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
2022-03-09 10:33:02 -08:00

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"
]
}