mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
375 B
JSON
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"
|
|
]
|
|
}
|