diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2015-07-31 10:35:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-31 10:35:44 +0700 |
commit | 1d72f44ff962a4a71266525e5e0fbd4cc4c38895 (patch) | |
tree | 034698bea50921cdcbc1f54b642e15143fc19de8 /libraries/libtelnet/slack-desc | |
parent | 307563d7edbe715ca25eabf39589560c7fdaf4f2 (diff) | |
download | slackbuilds-1d72f44ff962a4a71266525e5e0fbd4cc4c38895.tar.gz |
libraries/libtelnet: Added (TELNET protocol handling library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libtelnet/slack-desc')
-rw-r--r-- | libraries/libtelnet/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libtelnet/slack-desc b/libraries/libtelnet/slack-desc new file mode 100644 index 0000000000..651bf73f37 --- /dev/null +++ b/libraries/libtelnet/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler-----------------------------------------------------| +libtelnet: libtelnet (TELNET protocol handling library) +libtelnet: +libtelnet: libtelnet provides safe and correct handling of the core TELNET +libtelnet: protocol. In addition to the base TELNET protocol, libtelnet also +libtelnet: implements the Q method of TELNET option negotiation. libtelnet can +libtelnet: be used for writing servers, clients, or proxies. +libtelnet: +libtelnet: https://github.com/seanmiddleditch/libtelnet +libtelnet: +libtelnet: +libtelnet: |