libsereal-perl 5.004-ok1 source package in openKylin

Changelog

libsereal-perl (5.004-ok1) nile; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Wed, 26 Jun 2024 17:03:00 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
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
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsereal-perl_5.004.orig.tar.gz 194.6 KiB 9c25bb7ae4bd736d24b1ad1d93d77395b0c65ca8741e266bfc0cbe542261d76f
libsereal-perl_5.004-ok1.debian.tar.xz 1.9 KiB 836fca6b9ecf1956868f9f08abdf6d4a65e5b2fee6bd8bf0dd144238f2090bfa
libsereal-perl_5.004-ok1.dsc 2.0 KiB 58ee0eddd3f145310b302273fe9bdced9f85e2c07344ceed1eddbabe887b84ef

Available diffs

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.