Files
vcpkg/ports/libspatialindex/vcpkg.json
2025-08-14 12:38:46 -07:00

19 lines
375 B
JSON

{
"name": "libspatialindex",
"version": "2.1.0",
"description": "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API.",
"homepage": "https://libspatialindex.org/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}