blob: 9e9085fd0e70f02d2082493d52cfbbf5310fc04b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "commsdsl",
"version-semver": "3.6.3",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
"supports": "!uwp & !static",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-program-options",
"libxml2"
]
}
|