mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 22:49:06 +08:00
19 lines
449 B
JSON
19 lines
449 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|