2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "shapelib",
|
2024-08-17 17:06:43 +08:00
|
|
|
"version": "1.6.1",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Shapefile C Library is simple C API for reading and writing ESRI Shapefiles",
|
2021-11-06 04:02:58 +08:00
|
|
|
"homepage": "https://download.osgeo.org/shapelib",
|
2023-12-28 16:06:40 +08:00
|
|
|
"license": "MIT OR LGPL-2.0-or-later",
|
2021-11-06 04:02:58 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2023-12-28 16:06:40 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"contrib": {
|
2024-08-17 17:06:43 +08:00
|
|
|
"description": "Build utilities from contrib",
|
2023-12-28 16:06:40 +08:00
|
|
|
"license": null
|
2024-08-17 17:06:43 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "Build tools"
|
2023-12-28 16:06:40 +08:00
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|