mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 13:19:00 +08:00
9aa1dbead0
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
21 lines
465 B
JSON
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
|
|
}
|
|
]
|
|
}
|