Current section
Files
Jump to
Current section
Files
platybelodon
rebar.config
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"}
]}.