vcpkg/ports/commsdsl/vcpkg.json
Mathis Logemann 92136965ac
[comms,commsdsl,comms-ublox] update ports (#24939)
* update commsdsl

* update comms

* versions

* updates

* format

* versions

* license

* version

* apply cr

* versions

* CRs

* versions

* Set option to ON

* format vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-06-17 15:03:58 -07:00

21 lines
465 B
JSON

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