vcpkg/ports/commsdsl/vcpkg.json
Mathis Logemann 387623e878
[comms, commsdsl] update ports (#16415)
* update comms

* update versions

* commsdsl is dynamic only

* update version

* fail on static

* update version

* use version-semver instead of version-string

* update versions
2021-04-29 13:02:29 -07:00

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"
]
}