aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ada-idna/vcpkg.json
blob: d51440918c9e6617db8c6aadecf8b152b7a444ca (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
{
  "name": "ada-idna",
  "version": "0.3.4",
  "description": "C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.",
  "homepage": "https://github.com/ada-url/idna",
  "license": "Apache-2.0 AND MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "simdutf": {
      "description": "Whether to use SIMDUTF for unicode transcoding",
      "dependencies": [
        "simdutf"
      ]
    }
  }
}