msgpack-jruby icon indicating copy to clipboard operation
msgpack-jruby copied to clipboard

MessagePack implementation for JRuby that uses the native Java library

Results 3 msgpack-jruby issues
Sort by recently updated
recently updated
newest added

This removes the dependency on the MessagePack Java libraries in favour of a rewritten encoder and decoder that was made especially for JRuby. The non-standard extensions that were in msgpack-jruby...

please use File::PATH_SEPARATOR instead of **:** because windows path separator is **;**. please use ant for making directories, because mkdir on windows is not support **-p** option.