File: control

package info (click to toggle)
libio-async-loop-epoll-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 168 kB
  • ctags: 24
  • sloc: perl: 249; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,344 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
Source: libio-async-loop-epoll-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl
Build-Depends-Indep: libio-async-perl (>= 0.60),
 liblinux-epoll-perl,
 libtest-fatal-perl,
 libtest-pod-perl,
 libtest-refcount-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>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/IO-Async-Loop-Epoll/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-async-loop-epoll-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-async-loop-epoll-perl.git

Package: libio-async-loop-epoll-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libio-async-perl (>= 0.60),
 liblinux-epoll-perl
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.