Пакет perl-CBOR-XS: Информация

    Исходный пакет: perl-CBOR-XS
    Версия: 1.71-alt1.1
    Собран:  29 января 2019 г. 6:25 в задании #219907
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/CBOR-XS/

    Лицензия: GPL-3
    О пакете: Concise Binary Object Representation (CBOR, RFC7049)
    Описание: 
    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).
    
    To give you a general idea about speed, with texts in the megabyte range,
    `CBOR::XS' usually encodes roughly twice as fast as the Storable manpage or
    the JSON::XS manpage and decodes about 15%%-30%% faster than those. The shorter the
    data, the worse the Storable manpage performs in comparison.
    
    Regarding compactness, `CBOR::XS'-encoded data structures are usually
    about 20%% smaller than the same data encoded as (compact) JSON or
    the Storable manpage.
    
    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).
    
    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.
    
    See MAPPING, below, on how CBOR::XS maps perl values to CBOR values and
    vice versa.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-CBOR-XS (x86_64, i586, aarch64)
    perl-CBOR-XS-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. perl(Canary/Stability.pm)
      2. perl(Exporter.pm)
      3. perl(ExtUtils/MakeMaker.pm)
      4. perl(Math/BigFloat.pm)
      5. perl(Math/BigInt.pm)
      6. perl(Math/BigRat.pm)
      7. /proc
      8. perl(Time/Piece.pm)
      9. perl(Types/Serialiser.pm)
      10. perl(URI.pm)
      11. perl(XSLoader.pm)
      12. perl(common/sense.pm)
      13. perl-devel
      14. perl-podlators
      15. rpm-build-perl

    Последнее изменение


    24 января 2019 г. Igor Vlasenko 2:1.71-alt1.1
    - rebuild with new perl 5.28.1
    20 ноября 2018 г. Igor Vlasenko 2:1.71-alt1
    - automated CPAN update
    15 декабря 2017 г. Igor Vlasenko 2:1.7-alt2.1
    - rebuild with new perl 5.26.1