Packages

An OTP application

Retired package: Release invalid - test

Current section

Files

Jump to
test_hex rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
{apps, [test_hex]}
]}.
{project_plugins, [rebar3_hex]}.
{ex_doc, [
{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/onno-vos-dev/test_hex"}
]}.
{hex, [{doc, ex_doc}]}.