mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 12:39:02 +08:00
14 lines
354 B
JSON
14 lines
354 B
JSON
|
{
|
||
|
"name": "libgeotiff",
|
||
|
"version-string": "1.6.0",
|
||
|
"port-version": 4,
|
||
|
"description": "Libgeotiff is an open source library normally hosted on top of libtiff for reading, and writing GeoTIFF information tags.",
|
||
|
"homepage": "https://github.com/OSGeo/libgeotiff",
|
||
|
"dependencies": [
|
||
|
"libjpeg-turbo",
|
||
|
"proj4",
|
||
|
"tiff",
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|