]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/proj4/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / proj4 / vcpkg.json
1 {
2 "name": "proj4",
3 "version-string": "7.2.1",
4 "port-version": 2,
5 "description": "PROJ.4 library for cartographic projections",
6 "homepage": "https://github.com/OSGeo/PROJ",
7 "dependencies": [
8 {
9 "name": "sqlite3",
10 "default-features": false
11 }
12 ],
13 "default-features": [
14 "database",
15 "tiff"
16 ],
17 "features": {
18 "database": {
19 "description": "generate database",
20 "dependencies": [
21 {
22 "name": "sqlite3",
23 "host": true,
24 "features": [
25 "tool"
26 ]
27 }
28 ]
29 },
30 "tiff": {
31 "description": "Enable TIFF support to read some grids",
32 "dependencies": [
33 "tiff"
34 ]
35 },
36 "tools": {
37 "description": "generate tools",
38 "dependencies": [
39 "curl"
40 ]
41 }
42 }
43 }