aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libspatialindex/vcpkg.json
blob: 13cf89c141f60ecbb2592897af9c9410eeb1f95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  ]
}