2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libspatialite",
|
2023-08-16 07:31:44 +08:00
|
|
|
"version": "5.1.0",
|
2023-12-12 17:42:45 +08:00
|
|
|
"port-version": 1,
|
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.",
|
2023-12-12 17:42:45 +08:00
|
|
|
"homepage": "https://www.gaia-gis.it/fossil/libspatialite/index",
|
2022-07-02 05:13:10 +08:00
|
|
|
"license": null,
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"geos",
|
|
|
|
"libiconv",
|
2023-03-23 07:20:43 +08:00
|
|
|
{
|
|
|
|
"name": "libxml2",
|
2023-12-12 17:42:45 +08:00
|
|
|
"default-features": false,
|
2023-03-23 07:20:43 +08:00
|
|
|
"features": [
|
|
|
|
"http"
|
|
|
|
]
|
|
|
|
},
|
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": [
|
2023-12-12 17:42:45 +08:00
|
|
|
"freexl"
|
2021-11-19 13:36:42 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"freexl": {
|
|
|
|
"description": "FreeXL spreadsheet file support.",
|
|
|
|
"dependencies": [
|
|
|
|
"freexl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gcp": {
|
|
|
|
"description": "Ground control points support. This feature reduces the license options to GPLv2+."
|
|
|
|
},
|
|
|
|
"rttopo": {
|
|
|
|
"description": "RTTOPO support. This feature reduces the license options to GPLv2+.",
|
|
|
|
"dependencies": [
|
|
|
|
"librttopo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|