Packages

Nested data structures library

Current section

Files

Jump to
subtree rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{test, [
{deps, [
{unite, "", {git, "git://github.com/eproxus/unite.git", {branch, "master"}}}
]},
{eunit_opts, [no_tty, {report, {unite_compact, []}}]}
]}
]}.