2023-12-24 16:44:26 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-gdal",
|
|
|
|
"version-date": "2023-12-21",
|
|
|
|
"description": "Port to force features of certain ports within CI",
|
|
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"freexl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"postgresql"
|
|
|
|
],
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
2023-12-28 07:39:57 +08:00
|
|
|
"cfitsio",
|
|
|
|
"kea"
|
2023-12-24 16:44:26 +08:00
|
|
|
],
|
|
|
|
"platform": "native"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"mysql-libmariadb"
|
|
|
|
],
|
|
|
|
"platform": "windows & x86"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"aws-ec2-windows"
|
|
|
|
],
|
|
|
|
"platform": "windows & !mingw"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|