blob: 98c634786d129a22a709158fd4f8f9169b4c1870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "libspatialite",
"version-string": "5.0.0",
"port-version": 3,
"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"
]
}
|