File: control

package info (click to toggle)
libio-fdpass-perl 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 7; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,118 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
Source: libio-fdpass-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libcanary-stability-perl,
               perl-xs-dev,
               perl:native
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-fdpass-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-fdpass-perl.git
Homepage: https://metacpan.org/release/IO-FDPass
Rules-Requires-Root: no

Package: libio-fdpass-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: module to pass a file descriptor over a socket
 IO::FDPass, the small low-level module only has one purpose: pass a file
 descriptor to another process, using a (streaming) unix domain socket (on
 POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to
 pass file descriptors on windows is currently the unique selling point of
 this module.