mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 17:51:47 +08:00
4f7901ce6f
* [comms, commsdsl] update to new version * update versions
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"name": "commsdsl",
|
|
"version-semver": "3.6.2",
|
|
"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"
|
|
]
|
|
}
|