vcpkg/ports/comms/vcpkg.json
Lily Wang e0d12c0e51
[comms] Update to 5.2.7 (#42286)
Co-authored-by: LilyWangLL <4945507022qq.com>
2024-11-22 15:18:20 -08:00

19 lines
514 B
JSON

{
"name": "comms",
"version": "5.2.7",
"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
}
]
}