Source: libio-async-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl, perl Build-Depends-Indep: libfuture-io-perl , libfuture-perl , libio-socket-ip-perl , libmetrics-any-perl , libsereal-perl , libsocket-perl , libstruct-dumb-perl , libtest-fatal-perl , libtest-identity-perl , libtest-metrics-any-perl , libtest-pod-perl , libtest-refcount-perl , netbase Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-async-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-async-perl.git Homepage: https://metacpan.org/release/IO-Async Rules-Requires-Root: no Package: libio-async-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfuture-perl, libsocket-perl, libstruct-dumb-perl, libtest-metrics-any-perl Recommends: libasync-mergepoint-perl, libio-socket-ip-perl, libmetrics-any-perl, libsereal-perl, libtest-fatal-perl, libtest-refcount-perl Breaks: libio-async-loop-epoll-perl (<< 0.21), libio-async-loop-glib-perl (<< 0.22), libio-async-loop-mojo-perl (<< 0.07) Description: modules for asynchronous event-driven programming The IO::Async collection of modules allows programs to be written that perform asynchronous filehandle IO operations. . A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the actual IO work required by the program. As well as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionality built on top of these basic parts.