Current section

Files

Jump to
bpe rebar.config
Raw

rebar.config

{erl_opts, [nowarn_export_all]}.
{deps_dir, "deps"}.
{deps, [{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"1.6.3"}}}]}.