File: control

package info (click to toggle)
liblinux-fd-perl 0.014-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: perl: 48; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 1,149 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
28
29
30
31
32
33
Source: liblinux-fd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               libsub-exporter-perl <!nocheck>,
               libtest-exception-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblinux-fd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblinux-fd-perl.git
Homepage: https://metacpan.org/release/Linux-FD
Rules-Requires-Root: no

Package: liblinux-fd-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libsub-exporter-perl
Description: Linux specific special filehandles
 Linux::FD provides you Linux specific special file handles. These are
 .
  * Event filehandles
  * Signal filehandles
  * Timer filehandles
 .
 These allow you to use conventional polling mechanisms to wait a large variety
 of events.