MessagePack (de)serializer implementation for Erlang / msgpack.org[Erlang]
Go to file
2013-02-02 21:06:47 +09:00
src fix bug at serializing raw bytes more than 6 byte and less than 32 bytes (fixes #5) 2013-02-02 02:40:20 +09:00
test fix indent 2013-02-02 21:06:47 +09:00
.gitignore add gitignore line 2012-07-18 01:02:04 +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 PropEr introduced thanks to @voluntas 2012-07-18 01:00:47 +09:00
README.rst test result in master 2012-07-21 21:24:25 +09:00
rebar update rebar 2013-02-02 21:00:35 +09:00
rebar.config Replaced git:// protocol with https:// in propEr rebar 2012-08-06 15:48:56 +01:00

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

.. image:: https://secure.travis-ci.org/msgpack/msgpack-erlang.png

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