aboutsummaryrefslogtreecommitdiff
path: root/ports/libgwenhywfar/vcpkg.json
blob: c02dca482b2d02fd9ab1effd4d8f5287f64d7b44 (plain)
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
{
  "name": "libgwenhywfar",
  "version-semver": "5.6.0",
  "description": "A helper library for networking and security applications and libraries",
  "homepage": "https://www.aquamaniac.de/rdm/",
  "supports": "!windows",
  "dependencies": [
    "libgcrypt",
    {
      "name": "libgnutls",
      "features": [
        "openssl"
      ]
    }
  ],
  "default-features": [
    "cpp",
    "libxml2"
  ],
  "features": {
    "cpp": {
      "description": "C++ bindings"
    },
    "libxml2": {
      "description": "Enables libXML2-depending functionality",
      "dependencies": [
        "libxml2"
      ]
    },
    "qt5": {
      "description": "Qt bindings",
      "dependencies": [
        "qt5-base"
      ]
    },
    "tools": {
      "description": "Some helper tools provided by Gwenhywfar and useful for applications using it"
    }
  }
}