mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-09 00:17:55 +08:00
cb16030a07
* 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
16 lines
398 B
JSON
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"
|
|
]
|
|
}
|