File: control

package info (click to toggle)
libanyevent-connection-perl 0.06-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 240 kB
  • ctags: 174
  • sloc: perl: 2,560; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (2)
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
Source: libanyevent-connection-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libanyevent-perl,
                     libcommon-sense-perl,
                     liblib-abs-perl,
                     libobject-event-perl,
                     libtest-nowarnings-perl,
                     libtest-tcp-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-connection-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libanyevent-connection-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Connection

Package: libanyevent-connection-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl,
         libcommon-sense-perl,
         libobject-event-perl
Description: base class for TCP clients
 AnyEvent::Connection provides a base interface for creating TCP connection
 using perl and AnyEvent framework. It provides four standard events:
 connected, disconnect, connfail and error.