File: control

package info (click to toggle)
libtype-tiny-perl 1.004004-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,128 kB
  • sloc: perl: 8,761; makefile: 7
file content (57 lines) | stat: -rw-r--r-- 2,301 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
48
49
50
51
52
53
54
55
56
57
Source: libtype-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
           intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: libclass-insideout-perl,
                     libdevel-hide-perl,
                     libdevel-stacktrace-perl,
                     libexporter-tiny-perl (>= 0.040),
                     libfunction-parameters-perl,
                     libmatch-simple-perl,
                     libmoo-perl,
                     libmoose-perl,
                     libmoosex-getopt-perl,
                     libmoosex-types-common-perl,
                     libmoosex-types-perl,
                     libmouse-perl,
                     libmousex-types-perl,
                     libobject-accessor-perl,
                     libtest-fatal-perl,
                     libtest-requires-perl,
                     libtest-simple-perl (>= 1.001010),
                     libtest-warnings-perl,
                     libvalidation-class-perl,
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtype-tiny-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtype-tiny-perl.git
Homepage: https://metacpan.org/release/Type-Tiny

Package: libtype-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libexporter-tiny-perl (>= 0.040)
Recommends: libref-util-perl,
            libscalar-list-utils-perl (>= 1:1.40),
            libtype-tiny-xs-perl
Suggests: libdevel-lexalias-perl,
          libdevel-stacktrace-perl
Enhances: libfunction-parameters-perl,
          libmoo-perl,
          libmoose-perl,
          libmouse-perl,
          libparams-validationcompiler-perl,
          libreply-perl,
          perl
Description: tiny, yet Moo(se)-compatible type constraint
 Type::Tiny is a tiny class for creating Moose-like type constraint
 objects which are compatible with Moo, Moose and Mouse.
 .
 This package also includes Types::Standard, a Moose-inspired library
 of useful type constraints, and Type::Params, to allow very fast checking
 and coercion of function and method parameters.