mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
2fa5346b4e
Co-authored-by: LilyWangLL <4945507022qq.com>
21 lines
465 B
JSON
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
|
|
}
|
|
]
|
|
}
|