Packages

STOMP messaging protocol client for Erlang

Current section

Files

Jump to
stomp rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/igb/Erlang-STOMP-Client">>},
{extras, [<<"README.md">>, <<"LICENSE.txt">>]},
{main, <<"readme">>}
]}.