mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "libspatialindex",
|
|
"version": "2.0.0",
|
|
"description": "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API.",
|
|
"homepage": "http://libspatialindex.github.com",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|