SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-CBOR-XS rpm build for : openSUSE Leap 15. For other distributions click perl-CBOR-XS.

Name : perl-CBOR-XS
Version : 1.870.0 Vendor : http://Packman_links2linux_de
Release : 150400.2.pm.1 Date : 2023-09-12 17:23:04
Group : Unspecified Source RPM : perl-CBOR-XS-1.870.0-150400.2.pm.1.src.rpm
Size : 0.22 MB
Packager : packman_links2linux_de
Summary : Concise Binary Object Representation (CBOR, RFC7049)
Description :
This module 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).

The primary goal of this module is to be _correct_ and the secondary goal
is to be _fast_. To reach the latter goal it was written in C.

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% faster than those. The shorter the data, the
worse Storable performs in comparison.

Regarding compactness, \'CBOR::XS\'-encoded data structures are usually about
20% smaller than the same data encoded as (compact) JSON or Storable.

In addition to the core CBOR data format, this module implements a number
of extensions, to support cyclic and shared data structures (see
\'allow_sharing\' and \'allow_cycles\'), string deduplication (see
\'pack_strings\') and scalar references (always enabled).

See MAPPING, below, on how CBOR::XS maps perl values to CBOR values and
vice versa.

RPM found in directory: /packages/linux-pbone/packman.iu-bremen.de/suse/openSUSE_Leap_15.4/Multimedia/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-CBOR-XS-1.870.0-150400.2.pm.1.x86_64.rpm
     

Provides :
perl(CBOR::XS)
perl-CBOR-XS
perl-CBOR-XS(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(Types::Serialiser)
perl(common::sense)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/CBOR
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/CBOR/XS.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/CBOR
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/CBOR/XS
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/CBOR/XS/XS.so
/usr/share/doc/packages/perl-CBOR-XS
/usr/share/doc/packages/perl-CBOR-XS/Changes
/usr/share/doc/packages/perl-CBOR-XS/README
/usr/share/licenses/perl-CBOR-XS
/usr/share/licenses/perl-CBOR-XS/COPYING
/usr/share/man/man3/CBOR::XS.3pm.gz

 
ICM