libcbor-xs-perl 1.87-1build1 source package in Ubuntu

Changelog

libcbor-xs-perl (1.87-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:04 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcbor-xs-perl_1.87.orig.tar.gz 78.8 KiB eac15e730aaf612edd9edf71e6aa954653611bae5a1043b960aff5a9b1e571ff
libcbor-xs-perl_1.87-1build1.debian.tar.xz 3.4 KiB f9b31fbb1c8b3e82ebfb5dc9b5bf174455f8bd0caa309226c43ec5e380443830
libcbor-xs-perl_1.87-1build1.dsc 2.1 KiB 5e4ddc515c190d0be0cb97f8caa66ff50b0348dc8deee8f6c50493e29ae01cbc

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