Package gem-msgpack: Information

    Source package: gem-msgpack
    Version: 1.5.6-alt1
    Latest version according to Repology
    Build time:  Oct 29, 2022, 03:08 PM in the task #296741
    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.

    List of rpms provided by this srpm:
    gem-msgpack (x86_64, ppc64le, i586, armh, aarch64)
    gem-msgpack-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    gem-msgpack-devel (noarch)
    gem-msgpack-doc (noarch)



    ACL:
    Pavel Skrylev
    @ruby
    @everybody

      1. gem(rake) >= 0
      2. gem(rake-compiler) >= 1.1.2
      3. gem(rspec) >= 3.3
      4. gem(rspec) < 4
      5. gem(yard) >= 0
      6. rpm-build-ruby
      7. gem(benchmark-ips) >= 2.10.0
      8. gem(benchmark-ips) < 2.11
      9. gem(bundler) >= 0
      10. gem(json) >= 0

    Last changed


    Sept. 21, 2022 Pavel Skrylev 1.5.6-alt1
    - ^ 1.4.5 -> 1.5.6
    March 17, 2022 Pavel Skrylev 1.4.5-alt1
    - ^ 1.3.3 -> 1.4.5
    March 5, 2020 Pavel Skrylev 1.3.3-alt1
    - updated (^) 1.3.1 -> 1.3.3
    - fixed (!) spec