msgpack-python/ruby
2010-04-02 03:22:29 +09:00
..
test ruby: makegem.sh 2010-02-06 21:28:27 +09:00
bench.rb lang/c/msgpack: autotoolized 2009-02-15 09:09:56 +00:00
extconf.rb lang/c/msgpack: fix compile optimization flag 2009-02-15 09:09:58 +00:00
makegem.sh ruby: use gem-compile gem instead of some scripts to create binary gems 2010-04-02 02:19:41 +09:00
msgpack.gemspec ruby: fixes 'File not found: lib' message on gem installation 2010-04-02 03:22:29 +09:00
msgpack_test.rb ruby: makegem.sh 2010-02-06 21:28:27 +09:00
pack.c ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread) 2010-03-31 12:00:26 +09:00
pack.h update pack/unpack routines 2009-02-15 09:10:02 +00:00
rbinit.c update pack/unpack routines 2009-02-15 09:10:02 +00:00
README ruby: makegem.sh 2010-02-06 21:28:27 +09:00
unpack.c ruby: use 'readpartial' instead of 'sysread' if !io.respond_to?(:sysread) 2010-03-31 12:00:26 +09:00
unpack.h update pack/unpack routines 2009-02-15 09:10:02 +00:00

= MessagePack


== Description


== Installation

=== Archive Installation

	rake install

=== Gem Installation

	gem install msgpack


== Features/Problems


== Synopsis


== Copyright

Author::    frsyuki <frsyuki@users.sourceforge.jp>
Copyright:: Copyright (c) 2008-2009 frsyuki
License::   Apache License, Version 2.0