2021-01-13 14:41:23 -08:00
|
|
|
{
|
|
|
|
"name": "proj4",
|
2022-01-03 22:56:02 +01:00
|
|
|
"version-semver": "8.2.1",
|
2022-01-10 21:33:36 +01:00
|
|
|
"port-version": 1,
|
2022-01-03 22:56:02 +01:00
|
|
|
"description": "PROJ library for cartographic projections",
|
2021-12-10 03:18:18 +01:00
|
|
|
"homepage": "https://proj.org/",
|
2021-01-13 14:41:23 -08:00
|
|
|
"dependencies": [
|
2022-01-03 22:56:02 +01:00
|
|
|
"nlohmann-json",
|
2021-01-13 14:41:23 -08:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"default-features": false
|
2021-08-10 08:30:02 +08:00
|
|
|
},
|
2021-09-29 17:34:53 +02:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"tool"
|
|
|
|
]
|
|
|
|
},
|
2021-08-10 08:30:02 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-01-13 14:41:23 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2021-12-10 03:18:18 +01:00
|
|
|
"net",
|
2021-01-13 14:41:23 -08:00
|
|
|
"tiff"
|
|
|
|
],
|
|
|
|
"features": {
|
2021-12-10 03:18:18 +01:00
|
|
|
"net": {
|
|
|
|
"description": "Enable network support",
|
|
|
|
"dependencies": [
|
|
|
|
"curl"
|
|
|
|
]
|
|
|
|
},
|
2021-01-13 14:41:23 -08:00
|
|
|
"tiff": {
|
|
|
|
"description": "Enable TIFF support to read some grids",
|
|
|
|
"dependencies": [
|
2022-01-10 21:33:36 +01:00
|
|
|
{
|
|
|
|
"name": "tiff",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"lzma",
|
|
|
|
"zip"
|
|
|
|
]
|
|
|
|
}
|
2021-01-13 14:41:23 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"tools": {
|
2021-12-10 03:18:18 +01:00
|
|
|
"description": "Build tools"
|
2021-01-13 14:41:23 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|