vcpkg/ports/commsdsl/vcpkg.json

21 lines
465 B
JSON
Raw Normal View History

2020-11-04 12:51:18 +08:00
{
"name": "commsdsl",
"version-semver": "4.0.0",
2020-11-04 12:51:18 +08:00
"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",
2020-11-04 12:51:18 +08:00
"dependencies": [
"libxml2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2020-11-04 12:51:18 +08:00
]
}