mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "shapelib",
|
|
"version-string": "1.5.0",
|
|
"port-version": 2,
|
|
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
|
|
"homepage": "https://download.osgeo.org/shapelib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|