File: control

package info (click to toggle)
liblist-someutils-perl 0.58-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 424 kB
  • sloc: perl: 2,463; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,550 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: liblist-someutils-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
# Exclude liblist-someutils-xs-perl so that we only test ::PP implementation
#                    liblist-someutils-xs-perl <!nocheck>,
                     libmodule-implementation-perl <!nocheck>,
                     libtest-leaktrace-perl <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblist-someutils-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblist-someutils-perl.git
Homepage: https://metacpan.org/release/List-SomeUtils
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: liblist-someutils-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmodule-implementation-perl
Recommends: liblist-someutils-xs-perl
Description: module that provides the stuff missing in List::Util
 List::SomeUtils provides some trivial but commonly needed functionality on
 lists which is not going to go into List::Util.
 .
 All of the functions are implementable in only a couple of lines of Perl code.
 Using the functions from this module however should give slightly better
 performance as everything is implemented in C. The pure-Perl implementation of
 these functions only serves as a fallback in case the C portions of this
 module couldn't be compiled on this machine.