aboutsummaryrefslogtreecommitdiff
path: root/ports/commsdsl/vcpkg.json
blob: 9a3830be68ccd39fc29a183aa4753f5f0a3a69ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "commsdsl",
  "version-string": "3.5.4",
  "description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
  "homepage": "https://commschamp.github.io/",
  "documentation": "https://github.com/commschamp/commsdsl",
  "supports": "!uwp",
  "dependencies": [
    "boost-algorithm",
    "boost-filesystem",
    "boost-program-options",
    "libxml2"
  ]
}