Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{atomvm_packbeam, "0.4.0"}
]}.
{ex_doc, [
{source_url, <<"https://github.com/atomvm/atomvm_rebar3_plugin">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
]}.
{hex, [{doc, edoc}]}.
{plugins, [rebar3_hex]}.