2020-11-04 12:51:18 +08:00
|
|
|
{
|
|
|
|
"name": "commsdsl",
|
2021-08-31 09:25:10 +08:00
|
|
|
"version-semver": "3.6.4",
|
2022-01-26 02:31:15 +08:00
|
|
|
"port-version": 1,
|
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",
|
2021-04-30 04:02:29 +08:00
|
|
|
"supports": "!uwp & !static",
|
2020-11-04 12:51:18 +08:00
|
|
|
"dependencies": [
|
2020-11-13 05:04:04 +08:00
|
|
|
"boost-algorithm",
|
|
|
|
"boost-filesystem",
|
|
|
|
"boost-program-options",
|
2020-11-04 12:51:18 +08:00
|
|
|
"libxml2"
|
|
|
|
]
|
|
|
|
}
|