File: control

package info (click to toggle)
libpoe-perl 2%3A1.3700-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,980 kB
  • sloc: perl: 22,867; makefile: 9
file content (45 lines) | stat: -rw-r--r-- 1,854 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
Source: libpoe-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libfilter-perl <!nocheck>,
                     libhttp-daemon-perl <!nocheck>,
                     libio-pipely-perl <!nocheck>,
                     libio-pty-perl <!nocheck>,
                     libpoe-test-loops-perl <!nocheck>,
                     libsocket-getaddrinfo-perl <!nocheck>,
                     libsocket6-perl <!nocheck>,
                     libterm-readkey-perl <!nocheck>,
                     libterm-size-perl <!nocheck>,
                     libyaml-perl <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-perl.git
Homepage: https://metacpan.org/release/POE
Rules-Requires-Root: no

Package: libpoe-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfilter-perl,
         libio-pipely-perl
Recommends: libhttp-daemon-perl
Suggests: libcurses-perl,
          libio-pty-perl,
          libpoe-loop-tk-perl,
          libsocket-getaddrinfo-perl,
          libsocket6-perl,
          libterm-readkey-perl
Description: event-driven component architecture for Perl
 POE stands for "Perl Object Environment" and provides libraries for event
 driven state machines, I/O abstraction and object management. It includes
 high level interfaces for sockets, alarms and file input/output. It can be
 used as a cooperative threading environment and/or a portable component
 architecture.