File: control

package info (click to toggle)
libanyevent-tools-perl 0.12-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 124 kB
  • ctags: 48
  • sloc: perl: 1,532; makefile: 22
file content (18 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libanyevent-tools-perl
Section: perl
Homepage: http://search.cpan.org/~unera/AnyEvent-Tools/
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
VCS-Browser: http://git.uvw.ru/?p=anyevent-tools;a=summary
Build-Depends: debhelper (>= 7), cdbs, libanyevent-aggressiveidle-perl
Standards-Version: 3.9.1
Priority: extra

Package: libanyevent-tools-perl
Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-aggressiveidle-perl
Architecture: all
Description: instrument collection for AnyEvent
 The package contains a few instruments that can be used with AnyEvent:
  * mutexes/rw_mutexes - sharing one resource between many processes
  * foreaches - non-blocking cycles
  * pools - sharing many resources between many processes
  * buffers implementation, etc