aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libgnutls/vcpkg.json
blob: dac99cb4395133d34abe8668404cb3af4fd30eb0 (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
{
  "name": "libgnutls",
  "version": "3.8.10",
  "description": "A secure communications library implementing the SSL, TLS and DTLS protocols.",
  "homepage": "https://www.gnutls.org/",
  "license": null,
  "supports": "!windows | mingw",
  "dependencies": [
    "gmp",
    "libidn2",
    "libtasn1",
    "libunistring",
    "nettle",
    {
      "name": "vcpkg-make",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "nls": {
      "description": "Enable native language support.",
      "dependencies": [
        {
          "name": "gettext",
          "host": true,
          "features": [
            "tools"
          ]
        },
        "gettext-libintl"
      ]
    },
    "openssl": {
      "description": "Enable the OpenSSL compatibility library."
    }
  }
}