File: control

package info (click to toggle)
libev-perl 4.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,060 kB
  • ctags: 1,205
  • sloc: ansic: 5,774; perl: 53; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,390 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
Source: libev-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>,
           Alessandro Ghedini <ghedo@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               perl,
               libcanary-stability-perl,
               libcommon-sense-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libev-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libev-perl.git
Homepage: https://metacpan.org/release/EV

Package: libev-perl
Architecture: any
Depends: ${perl:Depends},
         ${misc:Depends},
         ${shlibs:Depends},
         libcommon-sense-perl
Description: Perl interface to libev, the high performance event loop
 EV provides a Perl interface to libev, a high performance and full-featured
 event loop that is loosely modelled after libevent.
 .
 It includes relative timers, absolute timers with customized rescheduling, 
 synchronous signals, process status change events, event watchers dealing 
 with the event loop itself, file watchers, and even limited support for 
 fork events. 
 .
 It uses a priority queue to manage timers and uses arrays as fundamental 
 data structure. It has no artificial limitations on the number of watchers 
 waiting for the same event.