Packages

Platybelodon: A bare-bones STOMP 1.2 client library

Current section

Files

Jump to
platybelodon rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, ["README.md", "LICENCE"]},
{main, "README.md"},
{source_url, "https://codeberg.org/Subarrow/Platybelodon"}
]}.