Current section

Files

Jump to
emsgpack src emsgpack.app.src
Raw

src/emsgpack.app.src

{application,emsgpack,
[{description,"Erlang MessagePack library"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{env,[]},
{links,[{"GitHub","https://github.com/Ledest/emsgpack"}]},
{licenses,["GPL-3.0+"]},
{build_tools,[rebar,rebar3]},
{exclude_paths,["rebar.lock"]}]}.