aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ztd-encoding-tables/vcpkg.json
blob: e4a8d130777ae4f11d2da3fb2b2877ffb81a114b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ztd-encoding-tables",
  "version-date": "2023-06-10",
  "description": "Shared tables between C and C++ for encoding infrastructure",
  "homepage": "https://github.com/soasis/encoding_tables",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "ztd-idk"
  ]
}