vcpkg/ports/commsdsl/vcpkg.json
Mathis Logemann cb16030a07
[comms ] update to the next version ()
* update comms to the next version; fixed github repo

* Update portfile.cmake

added the no warn as error again

* use only necessary boost packages as dependencies

* fix formatting
2020-11-12 13:04:04 -08:00

16 lines
398 B
JSON

{
"name": "commsdsl",
"version-string": "3.5.3",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
"supports": "!uwp",
"dependencies": [
"boost-algorithm",
"boost-filesystem",
"boost-program-options",
"comms",
"libxml2"
]
}