libsereal-perl 4.018-1 source package in Ubuntu

Changelog

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

  * Import upstream version 4.018.
  * Bump versioned test and runtime dependency on
    libsereal-{de,en}coder-perl.

 -- gregor herrmann <email address hidden>  Mon, 03 Aug 2020 19:22:48 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsereal-perl_4.018-1.dsc 2.5 KiB 5b88c57b7b0995b4289f8c175b6ca9cb3f7b700498502e10ae779aaf8421b1dd
libsereal-perl_4.018.orig.tar.gz 191.5 KiB 8a735612c5c7d47e79a23c2eccd92e704327c4249ca526c7e1e24a84687e1e5f
libsereal-perl_4.018-1.debian.tar.xz 2.7 KiB 760a7389daa5f7bb2ab25cf5716e51244f9a0a876255ea12c11ff69e2f5c3346

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.