Packages

An accessible config library for Erlang applications

Current section

Files

Jump to
gourd rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [tomerl]}.
{profiles, [{test, [{deps, [meck]}]}]}.
{project_plugins, [rebar3_format]}.
{ex_doc,
[{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://git.sr.ht/~fancycade/gourd"}]}.
{hex, [{doc, ex_doc}]}.