diff options
| author | Matt Powley <matt.powley@renishaw.com> | 2017-10-03 11:58:22 +0100 |
|---|---|---|
| committer | Matt Powley <matt.powley@renishaw.com> | 2017-10-03 14:26:40 +0100 |
| commit | 6e6c2c99485902c593f3b7a21ef265d2db03c1f2 (patch) | |
| tree | 4b9b34071a71645982222a2ee742165390f7abc3 /ports/telnetpp/CONTROL | |
| parent | e25a31eca8550780ce96586ef27063728441b2e2 (diff) | |
| download | vcpkg-6e6c2c99485902c593f3b7a21ef265d2db03c1f2.tar.gz vcpkg-6e6c2c99485902c593f3b7a21ef265d2db03c1f2.zip | |
[telnetpp] Initial port for 'Telnet++', a C++ 14 implementation of the Telnet Session Layer protocol
* Initial commit for a port of Telnet++ (telnetpp)
* Upstream source: https://github.com/KazDragon/telnetpp
* Depends on Boost and Zlib (Additional dependency on GTest due to upstream authoring error)
Diffstat (limited to 'ports/telnetpp/CONTROL')
| -rw-r--r-- | ports/telnetpp/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/telnetpp/CONTROL b/ports/telnetpp/CONTROL new file mode 100644 index 000000000..595e1cd88 --- /dev/null +++ b/ports/telnetpp/CONTROL @@ -0,0 +1,4 @@ +Source: telnetpp +Version: 1.2.4 +Description: Telnet++ is an implementation of the Telnet Session Layer protocol using C++14 +Build-Depends: boost, gtest, zlib |
