vcpkg/ports/libspatialindex/vcpkg.json
2022-07-25 14:40:29 -07:00

11 lines
252 B
JSON

{
"name": "libspatialindex",
"version": "1.9.3",
"port-version": 1,
"description": "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API.",
"homepage": "http://libspatialindex.github.com",
"dependencies": [
"zlib"
]
}