File: control

package info (click to toggle)
libio-event-perl 0.813-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 288 kB
  • ctags: 224
  • sloc: perl: 3,176; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,081 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
Source: libio-event-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libanyevent-perl,
                     libevent-perl,
                     liblist-moreutils-perl,
                     perl
Standards-Version: 3.9.4
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-event-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-event-perl.git
Homepage: http://search.cpan.org/dist/IO-Event/
Testsuite: autopkgtest-pkg-perl

Package: libio-event-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-moreutils-perl
Recommends: libevent-perl | libanyevent-perl
Description: Perl module that ties filehandles for nonblocking IO with object callbacks
 IO::Event provides a object-based callback system for handling nonblocking
 IO. The design goal is to provide a system that just does the right thing
 w/o the user needing to think about it much.