Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37481120
en ru br
ALT Linux repos
S:1.5.6-alt1

Group :: Development/Ruby
RPM: gem-msgpack

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.6-alt1
Build date: 21 september 2022, 14:17 ( 82.9 weeks ago )
Size: 74.31 Kb

Home page:   https://github.com/msgpack/msgpack-ruby

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.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-msgpack
  • gem-msgpack-debuginfo
  • gem-msgpack-devel
  • gem-msgpack-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin