Source: libjson-maybexs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcpanel-json-xs-perl <!nocheck>,
                     libjson-pp-perl <!nocheck>,
                     libjson-xs-perl <!nocheck>,
                     libtest-needs-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libjson-maybexs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libjson-maybexs-perl.git
Homepage: https://metacpan.org/release/JSON-MaybeXS
Rules-Requires-Root: no

Package: libjson-maybexs-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcpanel-json-xs-perl | libjson-xs-perl,
         libjson-pp-perl
Description: interface to the best available JSON module
 JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is
 already loaded, in which case it uses that module. Otherwise it tries to load
 Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the
 first module it finds or throws an error.
 .
 It then exports the encode_json and decode_json functions from the loaded
 module, along with a JSON constant that returns the class name for calling
 new on.