File: control

package info (click to toggle)
libio-multiplex-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 140 kB
  • ctags: 39
  • sloc: perl: 568; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (2)
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
Source: libio-multiplex-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
 Ansgar Burchardt <ansgar@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: netbase, perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-multiplex-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-multiplex-perl.git
Homepage: https://metacpan.org/release/IO-Multiplex
Testsuite: autopkgtest-pkg-perl

Package: libio-multiplex-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: object-oriented interface to select() for Perl
 IO::Multiplex is designed to take the effort out of managing
 multiple file handles.  It is essentially a really fancy front end to
 the select() system call.  In addition to maintaining the select()
 loop, it buffers all input and output to/from the file handles.  It
 can also accept incoming connections on one or more listen sockets.