File: control

package info (click to toggle)
libio-callback-perl 1.12-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: perl: 389; makefile: 13
file content (33 lines) | stat: -rw-r--r-- 1,319 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
29
30
31
32
33
Source: libio-callback-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
               devscripts,
               perl,
               debhelper,
               dh-buildinfo,
               libmodule-build-perl (>= 0.400000),
               libio-string-perl,
               libfile-slurp-perl,
               libtest-exception-perl,
               libtest-nowarnings-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libio-callback-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-callback-perl
Homepage: https://metacpan.org/release/IO-Callback

Package: libio-callback-perl
Architecture: all
Depends: ${cdbs:Depends},
         ${misc:Depends},
         ${perl:Depends}
Description: emulate file interface for a code reference
 IO::Callback provides an easy way to produce a phoney read-only
 filehandle that calls back to your own code when it needs data to
 satisfy a read.  This is useful if you want to use a library module
 that expects to read data from a filehandle, but you want the data to
 come from some other source and you don't want to read it all into
 memory and use IO::String.