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
|
Source: libmoosex-types-json-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libjson-perl,
libmoose-perl,
libmoosex-types-perl,
libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmoosex-types-json-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-types-json-perl.git
Homepage: https://metacpan.org/release/MooseX-Types-JSON
Testsuite: autopkgtest-pkg-perl
Package: libmoosex-types-json-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libjson-perl,
libmoose-perl,
libmoosex-types-perl
Description: module providing JSON-constrained strings
MooseX::Types::JSON is a Moose extension that provides type constraints that
validate strings in the JavaScript Object Notation (JSON) format. It can use
either the JSON or relaxed JSON specifications and depends on JSON to do
the heavy lifting (see libjson-perl for details).
|