vcpkg/ports/commsdsl/vcpkg.json
Lily Wang 2fa5346b4e
[commsdsl] Update to 6.3.4 (#42284)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-11-22 15:18:02 -08:00

21 lines
465 B
JSON

{
"name": "commsdsl",
"version-semver": "6.3.4",
"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
}
]
}