mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"name": "shapelib",
|
|
"version": "1.6.0",
|
|
"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
|
|
}
|
|
}
|
|
}
|