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 74
|
Source: libtest-json-schema-acceptance-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
libautovivification-perl <!nocheck>,
libbuiltin-compat-perl <!nocheck>,
libcpanel-json-xs-perl <!nocheck>,
libexperimental-perl <!nocheck>,
libfeature-compat-try-perl <!nocheck>,
libfile-sharedir-install-perl,
libfile-sharedir-perl <!nocheck>,
libgit-wrapper-perl <!nocheck>,
libjson-perl <!nocheck>,
libjson-pp-perl <!nocheck>,
libmojolicious-perl <!nocheck>,
libmoo-perl <!nocheck>,
libmoox-typetiny-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libref-util-perl <!nocheck>,
libref-util-xs-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libstrictures-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-file-sharedir-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
libtype-tiny-perl <!nocheck>,
perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-json-schema-acceptance-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-json-schema-acceptance-perl.git
Homepage: https://metacpan.org/release/Test-JSON-Schema-Acceptance
Package: libtest-json-schema-acceptance-perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
libautovivification-perl,
libexperimental-perl,
libfeature-compat-try-perl,
libfile-sharedir-perl,
libgit-wrapper-perl,
libjson-perl,
libjson-pp-perl,
libmojolicious-perl,
libmoo-perl,
libmoox-typetiny-perl,
libnamespace-clean-perl,
libpath-tiny-perl,
libref-util-perl,
libscalar-list-utils-perl,
libstrictures-perl,
libtest-fatal-perl,
libtest-simple-perl,
libtest2-suite-perl,
libtype-tiny-perl,
Recommends:
libcpanel-json-xs-perl,
libref-util-xs-perl,
Description: acceptance testing for JSON-Schema based validators like JSON::Schema
The Test::JSON::Schema::Acceptance module allows the JSON Schema Test Suite
tests to be used in Perl to test a module that implements json-schema. These
are the same tests that many modules (libraries, plugins, packages, etc.) use
to confirm support of json-schema. Using this module to confirm support gives
assurance of interoperability with other modules that run the same tests in
different languages.
|