File: control

package info (click to toggle)
libspecio-perl 0.53-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,136 kB
  • sloc: perl: 5,209; sh: 23; makefile: 2
file content (66 lines) | stat: -rw-r--r-- 2,040 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
Source: libspecio-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Nick Morrott <nickm@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libclone-perl <!nocheck>,
 libclone-pp-perl <!nocheck>,
 libdevel-stacktrace-perl <!nocheck>,
 libeval-closure-perl <!nocheck>,
 libmodule-implementation-perl <!nocheck>,
 libmodule-runtime-perl <!nocheck>,
 libmoo-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmouse-perl <!nocheck>,
 libmro-compat-perl <!nocheck>,
 libnamespace-autoclean-perl <!nocheck>,
 libref-util-perl <!nocheck>,
 librole-tiny-perl <!nocheck>,
 libsub-quote-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 libtest-needs-perl <!nocheck>,
 libtry-tiny-perl <!nocheck>,
 libxstring-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libspecio-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libspecio-perl.git
Homepage: https://metacpan.org/release/Specio

Package: libspecio-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libclone-perl,
 libclone-pp-perl,
 libdevel-stacktrace-perl,
 libeval-closure-perl,
 libmodule-implementation-perl,
 libmodule-runtime-perl,
 libmro-compat-perl,
 librole-tiny-perl,
 libsub-quote-perl,
 libxstring-perl,
Recommends:
 libref-util-perl,
Suggests:
 libtest-fatal-perl,
 libtry-tiny-perl,
Description: Perl module providing type constraints and coercions
 Specio provides classes for representing type constraints and coercion,
 along with the syntactic sugar for declaring them.
 .
 This distribution ships with a set of builtin types representing the types
 provided by the Perl interpreter itself.
 .
 Note that this is not a proper type system for Perl. Nothing in this
 distribution will magically make the Perl interpreter start checking a value's
 type on assignment to a variable.
 .
 Module Test::Specio requires the packages libtest-fatal-perl
 libtry-tiny-perl.