vcpkg/ports/commsdsl/vcpkg.json
2020-11-23 16:17:05 -08:00

15 lines
385 B
JSON

{
"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"
]
}