File: control

package info (click to toggle)
libtype-tiny-perl 1.012001-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,432 kB
  • sloc: perl: 12,688; makefile: 2; sh: 1
file content (73 lines) | stat: -rw-r--r-- 2,257 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: libtype-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libclass-insideout-perl <!nocheck>,
 libdevel-hide-perl <!nocheck>,
 libdevel-lexalias-perl <!nocheck>,
 libdevel-stacktrace-perl <!nocheck>,
 libexporter-tiny-perl (>= 1.000000),
 libfunction-parameters-perl <!nocheck>,
 libio-string-perl <!nocheck>,
 libmatch-simple-perl <!nocheck>,
 libmoo-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmoosex-getopt-perl <!nocheck>,
 libmoosex-types-common-perl <!nocheck>,
 libmoosex-types-perl <!nocheck>,
 libmouse-perl <!nocheck>,
 libmousex-types-perl <!nocheck>,
 libobject-accessor-perl <!nocheck>,
 libreturn-type-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-memory-cycle-perl <!nocheck>,
 libtest-requires-perl <!nocheck>,
 libtest-warnings-perl <!nocheck>,
 libtype-tie-perl <!nocheck>,
 libtype-tiny-xs-perl (>= 0.016),
 libtypes-path-tiny-perl <!nocheck>,
 libspecio-perl <!nocheck>,
 libvalidation-class-perl,
 perl,
Standards-Version: 4.5.1
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://typetiny.toby.ink/
Rules-Requires-Root: no

Package: libtype-tiny-perl
Architecture: all
Depends:
 libexporter-tiny-perl (>= 1.000000),
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libref-util-perl,
 libtype-tiny-xs-perl (>= 0.016),
Suggests:
 libdevel-lexalias-perl,
 libdevel-stacktrace-perl,
Enhances:
 libdata-validator-perl,
 libfunction-parameters-perl,
 libmoo-perl,
 libmoose-perl,
 libmouse-perl,
 libparams-validationcompiler-perl,
 libregexp-util-perl,
 libreply-perl,
 libtype-tie-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.