Current section

Files

Jump to
bpe rebar.config
Raw

rebar.config

{erl_opts, [nowarn_export_all]}.
{deps_dir, "deps"}.
{deps, [
% {active, ".*", {git, "git://github.com/synrc/active", {tag,"master"}}},
{rocksdb, ".*", {git, "git://github.com/voxoz/rocks", {tag,"master"}}},
{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"1.5.0"}}}
]}.