diff options
Diffstat (limited to 'vcpkg/ports/comms/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/comms/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/comms/vcpkg.json b/vcpkg/ports/comms/vcpkg.json new file mode 100644 index 0000000..f2cd0b5 --- /dev/null +++ b/vcpkg/ports/comms/vcpkg.json @@ -0,0 +1,18 @@ +{ + "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 + } + ] +} |