mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:19:01 +08:00
18 lines
434 B
JSON
18 lines
434 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|