msgpack-erlang/README.rst

31 lines
503 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
-----------------------
2013-02-02 12:12:55 +00:00
Erlang runtime system ( http://erlang.org/ ), >= R15B -- rebar won't work.
2012-07-17 15:22:47 +00:00
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