{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}]}.
