16 lines
416 B
JSON
16 lines
416 B
JSON
|
{
|
||
|
"name": "commsdsl",
|
||
|
"version-semver": "3.6.4",
|
||
|
"port-version": 1,
|
||
|
"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"
|
||
|
]
|
||
|
}
|