MessagePack (de)serializer implementation for Erlang / msgpack.org[Erlang]
Go to file
2012-07-18 00:22:47 +09:00
src serializer bug: -16#80000001 ~ can't be serialized properly 2012-07-17 23:29:42 +09:00
test remove rpc codes 2012-07-17 22:54:21 +09:00
.gitignore sample application skeleton 2011-05-05 12:37:39 +09:00
.travis.yml change support version 2012-07-16 21:17:58 +09:00
LICENSE-2.0.txt add license terms and a bit cosme 2011-05-02 17:29:00 +09:00
Makefile a bit about Makefile 2012-07-17 23:30:03 +09:00
README.rst update readme 2012-07-18 00:22:47 +09:00
rebar replaced rebar with shino's branch 2011-05-04 12:29:15 +09:00
rebar.config better rebar'ing 2011-05-06 11:21:49 +09:00

##################
MessagePack Erlang
##################

.. image:: https://secure.travis-ci.org/msgpack/msgpack-erlang.png?branch=develop

prequisites for runtime
-----------------------

Erlang runtime system (http://erlang.org/)

rebar.config
------------

::

   {deps, [
     {msgpack, ".*",
       {git, "git://github.com/msgpack/msgpack-erlang.git", "master"}}
   ]}.

::

   Ham = msgpack:pack(Spam),
   {Spam, <<>>} = msgpack:unpack(Ham).

License
-------

Apache License 2.0