File: control

package info (click to toggle)
libio-async-perl 0.51-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,052 kB
  • sloc: perl: 11,110; makefile: 8
file content (40 lines) | stat: -rw-r--r-- 1,580 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
Source: libio-async-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl
Build-Depends-Indep: netbase,
 perl (>= 5.14) | libsocket-getaddrinfo-perl,
 libsocket-perl (>= 1.95) | perl (>= 5.15.6),
 libtest-fatal-perl,
 libasync-mergepoint-perl (>= 0.03),
 libtest-refcount-perl,
 libtest-pod-perl,
 libtest-identity-perl,
 libcps-perl,
 perl-modules
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>, Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/IO-Async/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-async-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-perl.git

Package: libio-async-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 perl (>= 5.14) | libsocket-getaddrinfo-perl,
 perl (>= 5.15.6) | libsocket-perl (>= 1.95),
 libcps-perl,
 libasync-mergepoint-perl (>= 0.03),
 perl-modules
Breaks: libio-async-loop-epoll-perl (<< 0.09),
 libio-async-loop-glib-perl (<< 0.19)
Description: module providing asynchronous filehandle I/O
 IO::Async is a collection of Perl modules that allow programs to perform
 various operations on filehandles asynchronously.
 .
 Typically, a program would use a main IO::Async::Loop which would contain the
 other objects that perform the actual I/O work required by the program. This
 versatile loop supports features like timers and signal handlers through its
 various included subclasses.