-
Name
-
msgpack
-
Version
-
1.5.5
-
Platform
-
java
-
Authors
-
Sadayuki Furuhashi
Theo Hultberg
Satoshi Tagomori
-
Bindir
-
bin
-
Date
-
2022-08-22 00:00:00 UTC
-
Dependencies
-
bundler (>= 0, development)
rake (>= 0, development)
rake-compiler (>= 1.1.9, development)
rspec (~> 3.3, development)
yard (>= 0, development)
json (>= 0, development)
benchmark-ips (~> 2.10.0, development)
-
Description
-
MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.
-
Email
-
frsyuki@gmail.com
theo@iconara.net
tagomoris@gmail.com
-
Files
-
lib/msgpack.rb
lib/msgpack/bigint.rb
lib/msgpack/core_ext.rb
lib/msgpack/factory.rb
lib/msgpack/packer.rb
lib/msgpack/symbol.rb
lib/msgpack/time.rb
lib/msgpack/timestamp.rb
lib/msgpack/unpacker.rb
lib/msgpack/version.rb
-
Homepage
-
http://msgpack.org/
-
Licenses
-
Apache 2.0
-
Require paths
-
lib
-
Required ruby version
-
>= 2.4
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.29
-
Specification version
-
4
-
Summary
-
MessagePack, a binary-based efficient data interchange format.
-
Original platform
-
java
-
New platform
-
java