File: control

package info (click to toggle)
libspecio-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 688 kB
  • ctags: 236
  • sloc: perl: 3,247; makefile: 8
file content (41 lines) | stat: -rw-r--r-- 1,733 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
Source: libspecio-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdevel-stacktrace-perl,
                     libeval-closure-perl,
                     libmoo-perl,
                     libmoose-perl (>= 2.1207),
                     libmro-compat-perl,
                     librole-tiny-perl (>= 1.003003),
                     libtest-fatal-perl,
                     libtest-needs-perl,
                     perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libspecio-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libspecio-perl.git
Homepage: https://metacpan.org/release/Specio
Testsuite: autopkgtest-pkg-perl

Package: libspecio-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdevel-stacktrace-perl,
         libeval-closure-perl,
         libmro-compat-perl,
         librole-tiny-perl (>= 1.003003),
         libtest-fatal-perl,
         perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
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.