vcpkg/ports/commsdsl/vcpkg.json

14 lines
335 B
JSON
Raw Normal View History

2020-11-04 05:51:18 +01:00
{
"name": "commsdsl",
"version-string": "3.5.2",
"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",
"comms",
"libxml2"
]
}