vcpkg/ports/commsdsl/vcpkg.json

15 lines
395 B
JSON
Raw Normal View History

2020-11-04 12:51:18 +08:00
{
"name": "commsdsl",
"version-semver": "3.6.4",
2020-11-04 12:51:18 +08:00
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
"supports": "!uwp & !static",
2020-11-04 12:51:18 +08:00
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-program-options",
2020-11-04 12:51:18 +08:00
"libxml2"
]
}