rebar.config

{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps,
 [
  {mmath, "0.1.*", {git, "https://github.com/DalmatinerDB/mmath.git", {tag, "0.1.6"}}}
 ]}.

{profiles,
 [{eqc, [{plugins, [rebar3_eqc]}]},
  {pkg,
   [{deps,
     [{mmath, "0.1.6"}]}]}]}.