vcpkg/ports/comms/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

19 lines
521 B
JSON

{
"name": "comms",
"version-semver": "4.0.0",
"description": "COMMS is the C++(11) headers only, platform independent library, which makes the implementation of a communication protocol to be an easy and relatively quick process.",
"homepage": "https://commschamp.github.io/",
"documentation": "https://github.com/commschamp/comms",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}