2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "proj4",
|
2021-08-14 04:41:32 +08:00
|
|
|
"version-semver": "7.2.1",
|
2021-10-22 13:44:17 +08:00
|
|
|
"port-version": 7,
|
2021-01-14 06:41:23 +08:00
|
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
|
|
"homepage": "https://github.com/OSGeo/PROJ",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"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": [
|
|
|
|
"tiff"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tiff": {
|
|
|
|
"description": "Enable TIFF support to read some grids",
|
|
|
|
"dependencies": [
|
|
|
|
"tiff"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "generate tools",
|
|
|
|
"dependencies": [
|
|
|
|
"curl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|