mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
4584197cb0
* Modernize portfile * Update indentation * Update to 5.0.1 * Don't enable legacy PROJ API on Windows * Fix copyright * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|