File: control

package info (click to toggle)
liblist-moreutils-xs-perl 0.430-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,112 kB
  • sloc: perl: 9,038; ansic: 159; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,620 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
34
35
36
37
Source: liblist-moreutils-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
# make sure those are more recent than the ones embedded in inc/
               libcapture-tiny-perl (>= 0.48),
               libconfig-autoconf-perl (>= 0.319),
               libtest-leaktrace-perl <!nocheck>,
               libtest-simple-perl <!nocheck>,
               perl-xs-dev,
               perl:native (>= 5.24.1)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblist-moreutils-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblist-moreutils-xs-perl.git
Homepage: https://metacpan.org/release/List-MoreUtils-XS
Rules-Requires-Root: no

Package: liblist-moreutils-xs-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         perl (>= 5.24.1)
Enhances: liblist-moreutils-perl
Breaks: liblist-moreutils-perl (<< 0.417)
Replaces: liblist-moreutils-perl (<< 0.417)
Description: Perl module providing compiled List::MoreUtils functions
 List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible
 to have it practically independent from List::MoreUtils, it technically
 depends on List::MoreUtils. Since it's only a backend, the API is not public
 and can change without any warning.
 .
 List::MoreUtils provides some trivial but commonly needed functionality on
 lists which is not going to go into List::Util.