File: control

package info (click to toggle)
libdata-checks-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 328 kB
  • sloc: ansic: 1,155; perl: 823; pascal: 12; sh: 6; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,386 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
Source: libdata-checks-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libextutils-cbuilder-perl,
 libfile-sharedir-perl <!nocheck>,
 libmodule-build-perl,
 libtest2-suite-perl (>= 0.000148) <!nocheck>,
 libxs-parse-sublike-perl (>= 0.29) <!nocheck>,
 perl-xs-dev,
 perl:native,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-checks-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-checks-perl.git
Homepage: https://metacpan.org/release/Data-Checks

Package: libdata-checks-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
 libfile-sharedir-perl,
 libxs-parse-sublike-perl (>= 0.29),
Description: value constraint checking module
 The Data::Checks module provides functions that implement various value
 constraint checking behaviours. These are the parts made visible by the `use
 Data::Checks ...` import line, in Perl code.
 .
 It also provides the underlying common framework XS functions to assist
 in writing modules that actually implement such constraint checking.
 These parts are not visible in Perl code, but instead made visible at
 the XS level by the #include "DataChecks.h" directive.