libsereal-perl 5.003-1 source package in Ubuntu

Changelog

libsereal-perl (5.003-1) unstable; urgency=medium

  * Import upstream version 5.003.
  * Bump versioned test dependencies on libsereal-{de,en}coder-perl.

 -- gregor herrmann <email address hidden>  Fri, 10 Feb 2023 14:51:44 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsereal-perl_5.003-1.dsc 2.5 KiB 1d8047ce7d2e7b16fc322a0388fa911cd3c9c9ff70c115c1af277b66489306fe
libsereal-perl_5.003.orig.tar.gz 194.5 KiB 4f294eff0c101d7fc940f709654c8f30c9c1038824f9a498ed079f27a2d302f2
libsereal-perl_5.003-1.debian.tar.xz 3.0 KiB 6afc198946ab5d9aaef395ed560de56e8f2ca1ac3213a94c9f1e58cd956c8c3c

Available diffs

No changes file available.

Binary packages built by this source

libsereal-perl: 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.