Packages

Distributed de-centralized consistent in-memory key-value store written in Erlang.

Current section

Files

Jump to
locker rebar.config
Raw

rebar.config

{lib_dirs, ["deps"]}.
{erl_opts, [debug_info]}.
{clean_files, ["ebin/*.beam"]}.
{xref_checks, [exports_not_used, undefined_function_calls]}.
{deps, [
{proper, "1.1", {git,"https://github.com/manopapad/proper.git", {tag, "v1.1"}}}
]}.
{ct_use_short_names, true}.