Packages

A dice rolling library capable of calculating complex roll chances.

Current section

Files

Jump to
derby rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/frompinewood/derby"}
]}.
{eunit_tests, [{application, derby}]}.