Packages

An Erlang implementation of a merkle tree

Current section

Files

Jump to
merkerl rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{xref_checks,[undefined_function_calls,undefined_functions,locals_not_used,
deprecated_function_calls, deprecated_functions]}.