File: control

package info (click to toggle)
libio-async-loop-epoll-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 148 kB
  • sloc: perl: 343; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,640 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
Source: libio-async-loop-epoll-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libio-async-perl (>= 0.77-2~) <!nocheck>,
                     liblinux-epoll-perl <!nocheck>,
                     libstruct-dumb-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-refcount-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-async-loop-epoll-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-async-loop-epoll-perl.git
Homepage: https://metacpan.org/release/IO-Async-Loop-Epoll
Rules-Requires-Root: no

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