]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libgwenhywfar/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libgwenhywfar / vcpkg.json
1 {
2 "name": "libgwenhywfar",
3 "version-semver": "5.6.0",
4 "description": "A helper library for networking and security applications and libraries",
5 "homepage": "https://www.aquamaniac.de/rdm/",
6 "supports": "!windows",
7 "dependencies": [
8 "libgcrypt",
9 {
10 "name": "libgnutls",
11 "features": [
12 "openssl"
13 ]
14 }
15 ],
16 "default-features": [
17 "cpp",
18 "libxml2"
19 ],
20 "features": {
21 "cpp": {
22 "description": "C++ bindings"
23 },
24 "libxml2": {
25 "description": "Enables libXML2-depending functionality",
26 "dependencies": [
27 "libxml2"
28 ]
29 },
30 "qt5": {
31 "description": "Qt bindings",
32 "dependencies": [
33 "qt5-base"
34 ]
35 },
36 "tools": {
37 "description": "Some helper tools provided by Gwenhywfar and useful for applications using it"
38 }
39 }
40 }