mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:21:47 +08:00
387623e878
* update comms * update versions * commsdsl is dynamic only * update version * fail on static * update version * use version-semver instead of version-string * update versions
15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"name": "commsdsl",
|
|
"version-semver": "3.6.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"
|
|
]
|
|
}
|