File: control

package info (click to toggle)
libtelnet 0.21-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 1,772 kB
  • ctags: 733
  • sloc: sh: 11,036; ansic: 2,390; makefile: 83
file content (59 lines) | stat: -rw-r--r-- 2,228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: libtelnet
Section: libs
Priority: optional
Maintainer: Ralph Lange <ralph.lange@gmx.de>
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/collab-maint/libtelnet.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libtelnet.git
Homepage: https://github.com/seanmiddleditch/libtelnet
Build-Depends: debhelper (>= 9), zlib1g-dev, dpkg-dev (>= 1.16.1~), pkg-config,
               dh-autoreconf

Package: libtelnet2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Small library for parsing the TELNET protocol - shared library
 libtelnet is a small library for parsing the TELNET protocol,
 responding to TELNET commands via an event interface,
 and generating valid TELNET commands.
 .
 libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and
 MSSP protocols used by MUD servers and clients.
 .
 This package contains the libtelnet shared library.

Package: libtelnet-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libtelnet2 (= ${binary:Version}), ${misc:Depends}
Suggests: libtelnet-utils, telnet
Description: Small library for parsing the TELNET protocol - development files
 libtelnet is a small library for parsing the TELNET protocol,
 responding to TELNET commands via an event interface,
 and generating valid TELNET commands.
 .
 libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and
 MSSP protocols used by MUD servers and clients.
 .
 This package contains the libtelnet development support files.

Package: libtelnet-utils
Section: net
Architecture: any
Multi-Arch: foreign
Depends: libtelnet2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: telnet
Description: Small library for parsing the TELNET protocol - utilities
 libtelnet is a small library for parsing the TELNET protocol,
 responding to TELNET commands via an event interface,
 and generating valid TELNET commands.
 .
 libtelnet includes support for the non-official MCCP, MCCP2, ZMP, and
 MSSP protocols used by MUD servers and clients.
 .
 This package contains a small set of utilities based on libtelnet for testing
 and debugging TELNET clients.