File: control

package info (click to toggle)
liblist-objects-withutils-perl 2.028003-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,292 kB
  • sloc: perl: 1,957; makefile: 17; sh: 6
file content (47 lines) | stat: -rw-r--r-- 1,466 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
38
39
40
41
42
43
44
45
46
47
Source: liblist-objects-withutils-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 libclass-method-modifiers-perl,
 liblist-utilsby-perl,
 libmodule-runtime-perl,
 librole-tiny-perl,
 libtype-tie-perl,
 libautobox-perl,
 libstrictures-perl (>= 2),
 libtest-without-module-perl <!nocheck>,
 libtype-tiny-perl <!nocheck>,
 pandoc <!nodoc>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblist-objects-withutils-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblist-objects-withutils-perl
Homepage: https://metacpan.org/release/List-Objects-WithUtils
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: liblist-objects-withutils-perl
Architecture: all
Depends:
 libclass-method-modifiers-perl,
 liblist-utilsby-perl,
 libmodule-runtime-perl,
 librole-tiny-perl,
 libtype-tie-perl,
 libautobox-perl,
 libstrictures-perl (>= 2),
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 liblist-utilsby-xs-perl,
Enhances:
 libtype-tiny-perl,
Description: list objects, kitchen sink included
 List::Objects::WithUtils provides a set of roles and classes
 defining an object-oriented interface to Perl hashes and arrays
 with useful utility methods, junctions, type-checking ability,
 and optional autoboxing.
 Originally derived from Data::Perl.