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,"8.3.0"}}},
{rocksdb, ".*", {git, "https://gitlab.com/barrel-db/erlang-rocksdb", {tag, "1.6.0"}}},
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"2.1.0"}}}]}.
{shell, [
{config, "sys.config"},
{apps, [rocksdb,kvs,syn,bpe]}
]}.