File: control

package info (click to toggle)
libio-async-loop-epoll-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148 kB
  • ctags: 12
  • sloc: perl: 259; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,570 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
Source: libio-async-loop-epoll-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
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libio-async-perl (>= 0.60),
                     liblinux-epoll-perl (>= 0.012),
                     libtest-fatal-perl,
                     libtest-pod-perl,
                     libtest-refcount-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-async-loop-epoll-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-async-loop-epoll-perl.git
Homepage: https://metacpan.org/release/IO-Async-Loop-Epoll

Package: libio-async-loop-epoll-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libio-async-perl (>= 0.60),
         liblinux-epoll-perl (>= 0.012)
Breaks: libio-async-perl (<< 0.33)
Description: Perl extension for an event loop using epoll
 IO::Async::Loop::Epoll is a Perl module that provides an implementation of
 an event loop that uses the epoll() system call. The epoll system call, which
 is currently only available on Linux, scales in constant O(1) time. For many
 open filehandles, you will get significantly better performance using this
 algorithm.
 .
 It uses the IO::Epoll (libio-epoll-perl) module for this functionality.