2023-12-24 09:44:26 +01:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-gdal",
|
2024-03-06 08:47:04 +01:00
|
|
|
"version-date": "2023-12-28",
|
2023-12-24 09:44:26 +01:00
|
|
|
"description": "Port to force features of certain ports within CI",
|
|
|
|
"homepage": "https://github.com/microsoft/vcpkg",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
2024-11-06 03:34:14 +07:00
|
|
|
"archive",
|
2023-12-24 09:44:26 +01:00
|
|
|
"freexl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"postgresql"
|
|
|
|
],
|
|
|
|
"platform": "linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
2023-12-28 00:39:57 +01:00
|
|
|
"cfitsio",
|
2024-03-06 08:47:04 +01:00
|
|
|
"kea",
|
|
|
|
"poppler"
|
2023-12-24 09:44:26 +01:00
|
|
|
],
|
|
|
|
"platform": "native"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"mysql-libmariadb"
|
|
|
|
],
|
|
|
|
"platform": "windows & x86"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"features": [
|
|
|
|
"aws-ec2-windows"
|
|
|
|
],
|
|
|
|
"platform": "windows & !mingw"
|
2024-09-18 21:25:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "tiff",
|
|
|
|
"features": [
|
|
|
|
"lerc",
|
|
|
|
"libdeflate",
|
|
|
|
"webp",
|
|
|
|
"zstd"
|
|
|
|
]
|
2023-12-24 09:44:26 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|