Packages

Erlang Disk and Image File Abstraction Library

Current section

Files

Jump to
edifa rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [erlexec]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"CHANGELOG.md", #{title => "Changelog"}},
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/grisp/edifa"},
{source_url, "https://github.com/grisp/edifa"}
]}.