1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "spatialite-tools",
"version-string": "5.0.0",
"port-version": 3,
"description": "Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries)",
"homepage": "https://www.gaia-gis.it/fossil/spatialite-tools/index",
"dependencies": [
"expat",
"geos",
"libiconv",
"librttopo",
"libspatialite",
"proj4",
"readosm",
"sqlite3",
"zlib"
]
}
|