File: control

package info (click to toggle)
libposix-2008-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 860 kB
  • sloc: perl: 963; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 974 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
Source: libposix-2008-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),
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libposix-2008-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libposix-2008-perl.git
Homepage: https://metacpan.org/release/POSIX-2008
Rules-Requires-Root: no

Package: libposix-2008-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to POSIX.1-2008
 POSIX::2008 contains many of the interfaces specified by POSIX.1-2008 that
 the core POSIX module withholds, implements in Perl or messed up.
 .
 POSIX::2008 is provided "as is" unless someone volunteers to maintain it.