File: control

package info (click to toggle)
libpoe-perl 2%3A1.3670-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,000 kB
  • ctags: 1,416
  • sloc: perl: 22,865; makefile: 9
file content (47 lines) | stat: -rw-r--r-- 1,897 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
Source: libpoe-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libfilter-perl,
                     libhttp-daemon-perl | libwww-perl (<< 6),
                     libio-pipely-perl,
                     libio-pty-perl,
                     libpoe-test-loops-perl (>= 1.360),
                     libsocket-getaddrinfo-perl,
                     libsocket6-perl,
                     libterm-readkey-perl,
                     libterm-size-perl,
                     libyaml-perl,
                     netbase
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-perl.git
Homepage: https://metacpan.org/release/POE

Package: libpoe-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libfilter-perl,
         libio-pipely-perl
Recommends: libhttp-daemon-perl | libwww-perl (<< 6)
Suggests: libcurses-perl,
          libio-pty-perl,
          libpoe-loop-event-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.