aboutsummaryrefslogtreecommitdiff
path: root/ports/libspatialite/vcpkg.json
blob: e8fd1d30cf3d3d9a90300b29f2937fc487cb9845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libspatialite",
  "version": "5.0.1",
  "description": "SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.",
  "homepage": "https://www.gaia-gis.it/gaia-sins/libspatialite-sources",
  "dependencies": [
    "freexl",
    "geos",
    "libiconv",
    "librttopo",
    "libxml2",
    "proj4",
    "sqlite3",
    "zlib"
  ]
}