libsereal-perl 5.004-1 source package in Ubuntu

Changelog

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

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

 -- gregor herrmann <email address hidden>  Sat, 24 Jun 2023 12:31:22 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsereal-perl_5.004-1.dsc 2.5 KiB e1760e77c11915fcf240ff1ad60342413b1f44d7e00ae432dea5e8649d5eb7cd
libsereal-perl_5.004.orig.tar.gz 194.6 KiB 9c25bb7ae4bd736d24b1ad1d93d77395b0c65ca8741e266bfc0cbe542261d76f
libsereal-perl_5.004-1.debian.tar.xz 3.0 KiB 50bf070539421c5c7f8427f8f075591b47f7bc5c73c9385619490fa077fb43e9

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.