mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"name": "libspatialindex",
|
|
"version": "1.9.3",
|
|
"port-version": 3,
|
|
"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
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|