2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "proj4",
|
2021-02-09 09:59:06 +08:00
|
|
|
"version-string": "7.2.1",
|
2021-03-11 01:56:45 +08:00
|
|
|
"port-version": 1,
|
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
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"database",
|
|
|
|
"tiff"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"database": {
|
|
|
|
"description": "generate database",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"features": [
|
|
|
|
"tool"
|
|
|
|
],
|
|
|
|
"platform": "!uwp & !arm"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tiff": {
|
|
|
|
"description": "Enable TIFF support to read some grids",
|
|
|
|
"dependencies": [
|
|
|
|
"tiff"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "generate tools",
|
|
|
|
"dependencies": [
|
|
|
|
"curl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|