File: control

package info (click to toggle)
libnet-easytcp-perl 0.26-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 176 kB
  • ctags: 57
  • sloc: perl: 1,892; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,159 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
Source: libnet-easytcp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-easytcp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-easytcp-perl.git
Homepage: https://metacpan.org/release/EasyTCP
Testsuite: autopkgtest-pkg-perl

Package: libnet-easytcp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Easily create secure, bandwidth-friendly TCP/IP clients and servers
 This class allows you to easily create TCP/IP clients and
 servers and provides an OO interface to manage the connection(s).
 This allows you to concentrate on the application rather
 than on the transport.
 .    
  - One easy module to create both clients and servers
  - Object Oriented interface
  - Event-based callbacks in server mode
  - Internal protocol to take care of all the common
    transport problems
  - Transparent encryption
  - Transparent compression