Packages

An Erlang Balancer and Process Distributor

Current section

Files

Jump to
forseti rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warnings_as_errors,
{platform_define, "R1[56]", 'OLD_DICT_TYPE'}
]}.
{deps, [
{locks, "0.2.0"}
]}.
{eunit_opts, [verbose]}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{plugins, [rebar3_hex]}.
{profiles, [
{doc, [
{plugins, [rebar_edown_plugin]},
{edoc_opts,[
{doclet, edown_doclet},
{edown_target, github},
{top_level_readme, {"./README.md", "https://github.com/altenwald/forseti"}}
]}
]}
]}.
{pre_hooks, [
{eunit, "epmd -daemon"}
]}.