vcpkg/ports/readosm/vcpkg.json
Jack·Boos·Yu 3fefadf6cb
[vcpkg baseline][readosm/jemalloc] Disable uwp build and cleanup (#26455)
* [vcpkg baseline][readosm] Disable uwp build

* version

* Cleanup baseline
2022-08-22 09:46:21 -07:00

18 lines
451 B
JSON

{
"name": "readosm",
"version-string": "1.1.0a",
"port-version": 3,
"description": "ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf)",
"homepage": "https://www.gaia-gis.it/gaia-sins/readosm-sources",
"license": "MPL-1.1",
"supports": "!uwp",
"dependencies": [
"expat",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
]
}