libsereal-perl 4.011-ok2 source package in openKylin

Changelog

libsereal-perl (4.011-ok2) nile; urgency=medium

  * No-change rebuild for perl5.36.0

 -- Luoyaoming <email address hidden>  Mon, 15 Apr 2024 21:03:12 +0800

Upload details

Uploaded by:
luoyaoming
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsereal-perl_4.011.orig.tar.gz 190.9 KiB 5bb8a1c43f03cf0024fb53d866fb3bcbd741544ff0cc3a65f91e0c174d400003
libsereal-perl_4.011-ok2.debian.tar.xz 1.9 KiB 07c9df6f6fa953346d25c3eb1d7c13b86794ca83e313552256141b8b6c3729db
libsereal-perl_4.011-ok2.dsc 2.1 KiB 41443e6aad4abd5d7cd284fe29c26fc2a0a79110b128e98d0a05106424b3a24e

View changes file

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.