2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "proj4",
|
2022-01-04 05:56:02 +08:00
|
|
|
"version-semver": "8.2.1",
|
2022-01-11 04:33:36 +08:00
|
|
|
"port-version": 1,
|
2022-01-04 05:56:02 +08:00
|
|
|
"description": "PROJ library for cartographic projections",
|
2021-12-10 10:18:18 +08:00
|
|
|
"homepage": "https://proj.org/",
|
2021-01-14 06:41:23 +08:00
|
|
|
"dependencies": [
|
2022-01-04 05:56:02 +08:00
|
|
|
"nlohmann-json",
|
2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"default-features": false
|
2021-08-10 08:30:02 +08:00
|
|
|
},
|
2021-09-29 23:34:53 +08: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-14 06:41:23 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2021-12-10 10:18:18 +08:00
|
|
|
"net",
|
2021-01-14 06:41:23 +08:00
|
|
|
"tiff"
|
|
|
|
],
|
|
|
|
"features": {
|
2021-12-10 10:18:18 +08:00
|
|
|
"net": {
|
|
|
|
"description": "Enable network support",
|
|
|
|
"dependencies": [
|
|
|
|
"curl"
|
|
|
|
]
|
|
|
|
},
|
2021-01-14 06:41:23 +08:00
|
|
|
"tiff": {
|
|
|
|
"description": "Enable TIFF support to read some grids",
|
|
|
|
"dependencies": [
|
2022-01-11 04:33:36 +08:00
|
|
|
{
|
|
|
|
"name": "tiff",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"lzma",
|
|
|
|
"zip"
|
|
|
|
]
|
|
|
|
}
|
2021-01-14 06:41:23 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"tools": {
|
2021-12-10 10:18:18 +08:00
|
|
|
"description": "Build tools"
|
2021-01-14 06:41:23 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|