vcpkg/ports/comms/vcpkg.json

26 lines
650 B
JSON
Raw Normal View History

2020-11-04 12:51:18 +08:00
{
"name": "comms",
"version-semver": "3.4.0",
2020-11-04 12:51:18 +08:00
"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_champion",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Builds CommsChampion tools",
"dependencies": [
"qt5-base"
]
}
}
2020-11-04 12:51:18 +08:00
}