mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:21:38 +08:00
44 lines
875 B
JSON
44 lines
875 B
JSON
|
{
|
||
|
"name": "gdal",
|
||
|
"version-string": "3.1.3",
|
||
|
"port-version": 3,
|
||
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data.",
|
||
|
"homepage": "hhttps://gdal.org/",
|
||
|
"dependencies": [
|
||
|
"cfitsio",
|
||
|
"curl",
|
||
|
"expat",
|
||
|
"geos",
|
||
|
"hdf5",
|
||
|
{
|
||
|
"name": "json-c",
|
||
|
"platform": "!windows"
|
||
|
},
|
||
|
"libgeotiff",
|
||
|
"liblzma",
|
||
|
"libpng",
|
||
|
"libpq",
|
||
|
"libwebp",
|
||
|
"libxml2",
|
||
|
"netcdf-c",
|
||
|
"openjpeg",
|
||
|
"proj4",
|
||
|
"sqlite3",
|
||
|
"zlib"
|
||
|
],
|
||
|
"features": {
|
||
|
"libspatialite": {
|
||
|
"description": "Create or update SpatiaLite databases using libspatialite",
|
||
|
"dependencies": [
|
||
|
"libspatialite"
|
||
|
]
|
||
|
},
|
||
|
"mysql-libmariadb": {
|
||
|
"description": "Add mysql support using libmariadb",
|
||
|
"dependencies": [
|
||
|
"libmariadb"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|