vcpkg/ports/commsdsl/vcpkg.json
Lily Wang 9aa1dbead0
[commsdsl] Update to 6.3.3 and fix usage error (#40085)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-07-26 00:13:47 -07:00

21 lines
465 B
JSON

{
"name": "commsdsl",
"version-semver": "6.3.3",
"description": "DSL schemas parser and code generator for CommsChampion Ecosystem",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/commsdsl",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"libxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}