blob: 9caadda04f8a657db27886ad39846d3b10024610 (
plain)
1
2
3
4
5
6
7
8
9
|
{
"name": "libspatialindex",
"version": "1.9.3",
"description": "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API.",
"homepage": "http://libspatialindex.github.com",
"dependencies": [
"zlib"
]
}
|