aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libidn2/vcpkg.json
blob: ddcecedcbcf6b8f38856cff00abc28bfa6b764a0 (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
{
  "name": "libidn2",
  "version": "2.3.7",
  "port-version": 3,
  "description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.",
  "homepage": "https://www.gnu.org/software/libidn/",
  "license": null,
  "dependencies": [
    "libiconv",
    "libunistring",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ],
  "features": {
    "nls": {
      "description": "Enable native language support",
      "dependencies": [
        {
          "name": "gettext",
          "host": true,
          "features": [
            "tools"
          ]
        },
        "gettext-libintl"
      ]
    }
  }
}