Packages

A generic in-node caching library with memoization support

Current section

Files

Jump to
erl_cache rebar.config
Raw

rebar.config

{cover_enabled,true}.
{cover_export_enabled,true}.
{cover_print_enabled,true}.
{deps,[
{decorator_pt, "", {git,"https://github.com/alertlogic/erl-decorator-pt.git", {tag, "1.0.3-alertlogic"}}}
]}.
{deps_dir,"deps"}.
{edoc_opts,[{todo,true},{preprocess,true},{includes,[".","deps"]}]}.
{eunit_opts,[verbose,{report,{eunit_surefire,[{dir,"."}]}}]}.
{xref_checks,[undefined_function_calls]}.
{escript_incl_apps, [
basho_bench,
% Copied from basho_bench/rebar.config
lager, getopt, bear, folsom, ibrowse, riakc, riak_pb, mochiweb,
protobuffs, velvet, goldrush
]}.
{erl_opts, [{platform_define, "^[0-9]+", 'namespace_types'},
debug_info,
{src_dirs, [src]}]}.