aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ztd-cuneicode/vcpkg.json
blob: 250331684015ae468f47febe1afe8cbf34da60be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ztd-cuneicode",
  "version-date": "2023-11-03",
  "port-version": 1,
  "description": "Shared tables between C and C++ for encoding infrastructure",
  "homepage": "http://ztdcuneicode.rtfd.io/",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "ztd-encoding-tables"
  ]
}