vcpkg/ports/comms/vcpkg.json

19 lines
514 B
JSON
Raw Permalink Normal View History

2020-11-04 05:51:18 +01:00
{
"name": "comms",
"version": "5.2.7",
2020-11-04 05:51:18 +01: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",
"license": "MPL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
2020-11-04 05:51:18 +01:00
}