mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:09:01 +08:00
27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"name": "shapelib",
|
|
"version": "1.6.1",
|
|
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
|
|
"homepage": "https://download.osgeo.org/shapelib",
|
|
"license": "MIT OR LGPL-2.0-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"contrib": {
|
|
"description": "Build utilities from contrib",
|
|
"license": null
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|