blob: ebfbd0c7254d43bb55eec9c0e69b743deb7baeae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "commsdsl",
"version-semver": "3.6.4",
"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"
]
}
|