libsereal-perl 5.002-1 source package in Ubuntu

Changelog

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

  * Import upstream version 5.002.
  * Update years of packaging copyright.
  * Bump versioned test dependency on libsereal-{de,en}coder-perl.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 04 Feb 2023 22:34:12 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsereal-perl_5.002-1.dsc 2.5 KiB e176d909f810a0a28253b870c1bf96756515fa5cd54ffdb2e6ddd7dc2a0cd554
libsereal-perl_5.002.orig.tar.gz 194.2 KiB d6eadaca187f00c49ef6b77e6fbb29cf7c861d0dc69eaa0d1960b9d0b876a116
libsereal-perl_5.002-1.debian.tar.xz 3.0 KiB 02b33fc4ba56864a48c40eed950ffeef29aa538d4aa8de5c1d60798db46195e0

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.