File: control

package info (click to toggle)
liblinux-fd-perl 0.017-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: perl: 49; makefile: 8
file content (30 lines) | stat: -rw-r--r-- 1,020 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
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,
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.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}
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.