mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
88e23bcc0f
* [proj4] remove database feature * [mapnik] remove dependency an feature 'database' of proj4 * add version files
46 lines
806 B
JSON
46 lines
806 B
JSON
{
|
|
"name": "proj4",
|
|
"version-semver": "7.2.1",
|
|
"port-version": 6,
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
"homepage": "https://github.com/OSGeo/PROJ",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"host": true,
|
|
"features": [
|
|
"tool"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "generate tools",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
}
|
|
}
|
|
}
|