msgpack-erlang/README.rst

31 lines
471 B
ReStructuredText
Raw Normal View History

2012-07-17 15:22:47 +00:00
##################
MessagePack Erlang
##################
2012-07-21 12:24:25 +00:00
.. image:: https://secure.travis-ci.org/msgpack/msgpack-erlang.png
2012-07-17 15:22:47 +00:00
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