aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/commsdsl/vcpkg.json
blob: a202c50412cb4a3d2c676c5f002e0d48504419ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "commsdsl",
  "version-semver": "6.3.4",
  "description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
  "homepage": "https://commschamp.github.io/",
  "documentation": "https://github.com/commschamp/commsdsl",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    "libxml2",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}