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
|
Source: libio-async-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl,
perl
Build-Depends-Indep: libfuture-perl,
libstruct-dumb-perl,
libtest-fatal-perl,
libtest-identity-perl,
libtest-pod-perl,
libtest-refcount-perl,
netbase,
perl (>= 5.17.8) | libsocket-perl (>= 2.007),
perl (>= 5.19.8) | libio-socket-ip-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-async-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-async-perl.git
Homepage: https://metacpan.org/release/IO-Async
Testsuite: autopkgtest-pkg-perl
Package: libio-async-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfuture-perl,
libstruct-dumb-perl,
perl (>= 5.17.8) | libsocket-perl (>= 2.007)
Recommends: libasync-mergepoint-perl,
libtest-fatal-perl,
libtest-refcount-perl,
perl (>= 5.19.8) | libio-socket-ip-perl
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.
|