Metadata


Name
msgpack
Version
0.5.9
Platform
x86-mingw32
Authors
Sadayuki Furuhashi
Bindir
bin
Date
2014-10-06 00:00:00 UTC
Dependencies
bundler (~> 1.0, development)
rake (~> 0.9.2, development)
rake-compiler (~> 0.8.3, development)
rspec (~> 2.11, development)
json (~> 1.7, development)
yard (~> 0.8.2, 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
Files
.gitignore
.travis.yml
ChangeLog
Gemfile
README.rdoc
Rakefile
doclib/msgpack.rb
doclib/msgpack/buffer.rb
doclib/msgpack/core_ext.rb
doclib/msgpack/error.rb
doclib/msgpack/packer.rb
doclib/msgpack/unpacker.rb
ext/msgpack/buffer.c
ext/msgpack/buffer.h
ext/msgpack/buffer_class.c
ext/msgpack/buffer_class.h
ext/msgpack/compat.h
ext/msgpack/core_ext.c
ext/msgpack/core_ext.h
ext/msgpack/extconf.rb
ext/msgpack/packer.c
ext/msgpack/packer.h
ext/msgpack/packer_class.c
ext/msgpack/packer_class.h
ext/msgpack/rbinit.c
ext/msgpack/rmem.c
ext/msgpack/rmem.h
ext/msgpack/sysdep.h
ext/msgpack/sysdep_endian.h
ext/msgpack/sysdep_types.h
ext/msgpack/unpacker.c
ext/msgpack/unpacker.h
ext/msgpack/unpacker_class.c
ext/msgpack/unpacker_class.h
lib/msgpack.rb
lib/msgpack/1.8/msgpack.so
lib/msgpack/1.9/msgpack.so
lib/msgpack/2.0/msgpack.so
lib/msgpack/version.rb
msgpack.gemspec
msgpack.org.md
spec/cases.json
spec/cases.msg
spec/cases_compact.msg
spec/cases_spec.rb
spec/cruby/buffer_io_spec.rb
spec/cruby/buffer_packer.rb
spec/cruby/buffer_spec.rb
spec/cruby/buffer_unpacker.rb
spec/format_spec.rb
spec/packer_spec.rb
spec/random_compat.rb
spec/spec_helper.rb
spec/unpacker_spec.rb
Homepage
http://msgpack.org/
Licenses
Apache 2.0
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubyforge project
msgpack
Rubygems version
2.4.2
Specification version
4
Summary
MessagePack, a binary-based efficient data interchange format.
Original platform
x86-mingw32
New platform
x86-mingw32