1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
{
"name": "libspatialite",
"version": "5.1.0",
"port-version": 5,
"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/fossil/libspatialite/index",
"license": null,
"supports": "!uwp",
"dependencies": [
"geos",
"libiconv",
{
"name": "libxml2",
"default-features": false
},
"proj",
{
"name": "sqlite3",
"default-features": false,
"features": [
"rtree"
]
},
{
"name": "vcpkg-make",
"host": true,
"platform": "!windows | mingw"
},
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
],
"default-features": [
"freexl"
],
"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"
]
}
}
}
|