File: control

package info (click to toggle)
libio-sessiondata-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 27
  • sloc: perl: 258; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,188 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
26
27
28
Source: libio-sessiondata-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-sessiondata-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-sessiondata-perl.git
Homepage: https://metacpan.org/release/IO-SessionData

Package: libio-sessiondata-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Breaks: libsoap-lite-perl (<< 0.716-1)
Replaces: libsoap-lite-perl (<< 0.716-1)
Description: set of modules for non-blocking I/O
 This package contains the modules IO::SessionData and IO::SessionSet which
 deal with non-blocking I/O.
 .
 IO::SessionData is a wrapper around IO::Socket handling e.g. partial writes.
 IO::SessionSet is similar to IO::Select. It handles multiple IO::SessionData
 objects offers the ability to buffer partial writes.
 .
 For a detailed documentation, cf. the original author's book:
  Lincoln D. Stein: Network Programming with Perl.
  Addison-Wesley, 2001, pp. 371.