File: control

package info (click to toggle)
libdanga-socket-perl 1.62-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: perl: 1,219; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,443 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
Source: libdanga-socket-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Martín Ferrari <tincho@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
                     libsys-syscall-perl <!nocheck>,
                     libtest-tcp-perl <!nocheck>,
                     netbase <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdanga-socket-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdanga-socket-perl.git
Homepage: https://metacpan.org/release/Danga-Socket

Package: libdanga-socket-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsys-syscall-perl
Description: event loop and event-driven async socket base class
 Danga::Socket is an abstract base class for objects backed by a socket which
 provides the basic framework for event-driven asynchronous IO, designed to be
 fast. Danga::Socket is both a base class for objects, and an event loop.
 .
 Callers subclass Danga::Socket. Danga::Socket's constructor registers
 itself with the Danga::Socket event loop, and invokes callbacks on the
 object for readability, writability, errors, and other conditions.
 .
 Because Danga::Socket uses the "fields" module, your subclasses must
 too.