Package ruby-msgpack: Information

    Binary package: ruby-msgpack
    Version: 1.3.1-alt1
    Architecture: i586
    Build time:  Sep 17, 2019, 07:58 PM in the task #237608
    Source package: ruby-msgpack
    Category: Development/Ruby
    Report package bug
    License: Apache-2.0
    Summary: MessagePack implementation for Ruby
    Description: 
    MessagePack is an efficient binary serialization format. It lets you exchange
    data among multiple languages like JSON but it's faster and smaller. For
    example, small integers (like flags or error code) are encoded into a single
    byte, and typical short strings only require an extra byte in addition to the
    strings themselves.
    
    If you ever wished to use JSON for convenience (storing an image with metadata)
    but could not for technical reasons (binary data, size, speed ...), MessagePack
    is a perfect replacement.



    Last changed


    Sept. 16, 2019 Pavel Skrylev 1.3.1-alt1
    - ^ v1.3.1
    - ! spec
    April 16, 2019 Pavel Skrylev 1.2.9-alt1
    - Use Ruby Policy 2.0
    - Bump to 1.2.9
    Sept. 30, 2018 Mikhail Gordeev 1.1.0-alt1.5
    - Add rubygem files