aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opencc/vcpkg.json
blob: cbf963feb667d20296b5971e633214dc3797bf16 (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
{
  "name": "opencc",
  "version": "1.1.9",
  "port-version": 1,
  "description": "A project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai)",
  "homepage": "https://github.com/BYVoid/OpenCC",
  "license": "Apache-2.0",
  "supports": "!(arm | uwp)",
  "dependencies": [
    "darts-clone",
    "marisa-trie",
    {
      "name": "pkgconf",
      "host": true
    },
    "rapidjson",
    "tclap",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build OpenCC command-line tools"
    }
  }
}