aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-pinyin/vcpkg.json
blob: cdbadee0ba647f040a8ec9260562176e80ecb68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "cpp-pinyin",
  "version": "1.0.2",
  "description": "A lightweight Chinese/Cantonese to Pinyin library.",
  "homepage": "https://github.com/wolfgitpr/cpp-pinyin",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}