Source: libsereal-perl
Standards-Version: 4.7.4
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),
Build-Depends-Indep:
 libscalar-list-utils-perl <!nocheck>,
 libsereal-decoder-perl (>= 5.006) <!nocheck>,
 libsereal-encoder-perl (>= 5.006) <!nocheck>,
 libtest-deep-perl <!nocheck>,
 libtest-differences-perl <!nocheck>,
 libtest-longstring-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtest-warn-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsereal-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsereal-perl.git
Homepage: https://metacpan.org/release/Sereal

Package: libsereal-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libsereal-decoder-perl (>= ${source:Upstream-Version}),
 libsereal-encoder-perl (>= ${source:Upstream-Version}),
Description: fast, compact, powerful binary (de-)serialization module wrapper
 Sereal is an efficient, compact-output, binary and feature-rich serialization
 protocol. The Perl encoder is implemented as the Sereal::Encoder module, the
 Perl decoder correspondingly as Sereal::Decoder. They are distributed
 separately, in Debian as libsereal-decoder-perl and libsereal-encoder-perl.
 .
 This Sereal module is a very thin wrapper around both Sereal::Encoder and
 Sereal::Decoder. It depends on both and loads both. So if you have a user of
 both encoder and decoder, it is enough to depend on a particular version of
 Sereal and you'll get the most recent released versions of Sereal::Encoder
 and Sereal::Decoder.
