2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libspatialite",
|
2021-10-06 07:22:00 +08:00
|
|
|
"version": "5.0.1",
|
2022-11-03 02:32:43 +08:00
|
|
|
"port-version": 9,
|
2021-09-09 16:24:04 +08:00
|
|
|
"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",
|
2022-07-02 05:13:10 +08:00
|
|
|
"license": null,
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"geos",
|
|
|
|
"libiconv",
|
|
|
|
"libxml2",
|
2022-03-10 02:33:02 +08:00
|
|
|
"proj",
|
2022-02-17 05:00:36 +08:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"rtree"
|
|
|
|
]
|
|
|
|
},
|
2022-09-16 03:44:27 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"zlib"
|
2021-11-19 13:36:42 +08:00
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"freexl",
|
|
|
|
"geocallbacks"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"freexl": {
|
|
|
|
"description": "FreeXL spreadsheet file support.",
|
|
|
|
"dependencies": [
|
|
|
|
"freexl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gcp": {
|
|
|
|
"description": "Ground control points support. This feature reduces the license options to GPLv2+."
|
|
|
|
},
|
|
|
|
"geocallbacks": {
|
|
|
|
"description": "Geometry callbacks support."
|
|
|
|
},
|
|
|
|
"rttopo": {
|
|
|
|
"description": "RTTOPO support. This feature reduces the license options to GPLv2+.",
|
|
|
|
"dependencies": [
|
|
|
|
"librttopo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|