aboutsummaryrefslogtreecommitdiff
path: root/ports/uchardet/vcpkg.json
blob: 41a2bbe78438e8f3f6c07508e7a59591e169f465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "uchardet",
  "version-date": "2021-09-03",
  "description": "An encoding detector library ported from Mozilla.",
  "homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "tool": {
      "description": "Build uchardet CLI tool.",
      "dependencies": [
        "getopt"
      ]
    }
  }
}