vcpkg/ports/commsdsl/vcpkg.json

15 lines
385 B
JSON
Raw Normal View History

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