File: control

package info (click to toggle)
liblinux-fd-perl 0.011-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 364 kB
  • sloc: perl: 71; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 980 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
Source: liblinux-fd-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Build-Depends: debhelper (>= 11),
 libsub-exporter-perl,
 libtest-exception-perl,
 libmodule-build-perl,
 perl
Standards-Version: 4.2.1
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
Testsuite: autopkgtest-pkg-perl

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.