libcbor-xs-perl 1.86-1build2 source package in Ubuntu

Changelog

libcbor-xs-perl (1.86-1build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:26:57 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libcbor-xs-perl_1.86.orig.tar.gz 77.6 KiB d9b724a0d337107b7ff1cd63285bae90a2568f6ecfc2b529a32a16bfff13b8a9
libcbor-xs-perl_1.86-1build2.debian.tar.xz 3.4 KiB e9ce480bdb149be074ddb988d8ab6811338a19d10678319d60b75d6f1f3e5c67
libcbor-xs-perl_1.86-1build2.dsc 2.1 KiB 4a3e8f75754c81df966663c7239fba4eb7d6c9a2032bfd4561dbad2ba0754f9e

Available diffs

View changes file

Binary packages built by this source

libcbor-xs-perl: module for manipulating CBOR-formatted data (C/XS-accelerated)

 CBOR::XS converts Perl data structures to the Concise Binary Object
 Representation (CBOR) and vice versa. CBOR is a fast binary serialisation
 format that aims to use an (almost) superset of the JSON data model, i.e.
 when you can represent something useful in JSON, you should be able to
 represent it in CBOR.
 .
 In short, CBOR is a faster and quite compact binary alternative to JSON, with
 the added ability of supporting serialisation of Perl objects. (JSON often
 compresses better than CBOR though, so if you plan to compress the data later
 and speed is less important you might want to compare both formats first).
 .
 To give you a general idea about speed, with texts in the megabyte range,
 CBOR::XS usually encodes roughly twice as fast as Storable or JSON::XS and
 decodes about 15%-30% faster than those. The shorter the data, the worse
 Storable performs in comparison.

libcbor-xs-perl-dbgsym: debug symbols for libcbor-xs-perl