Packages
dqe
0.3.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.25
0.3.24
0.3.23
0.3.22
0.3.21
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.2.2
0.2.1
0.2.0
0.1.36
0.1.35
0.1.34
0.1.33
0.1.22
0.1.21
0.1.20
0.1.10
0.1.9
DalmatinerDB query engine
Current section
Files
Jump to
Current section
Files
rebar.config
% -*- erlang -*-
{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors, {parse_transform, lager_transform}]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps,
[
{lager, "~>3.2.0"},
{qdate, "~>0.4.2"},
{dproto, "~>0.1.20"},
{mmath, "~>0.2.0"},
{hdr_histogram, "~>0.2.0"},
{dflow, "~>0.1.0"},
{dqe_fun, "~>0.1.1"},
{dqe_idx, "~>0.1.14"},
{dqe_idx_ddb, "~>0.1.14"},
{dqe_idx_pg, "~>0.2.11"},
{ddb_connection, "~>0.1.7"}
]}.
{profiles,
[{lint, [{plugins, [{rebar3_lint, {git, "https://github.com/project-fifo/rebar3_lint.git", {tag, "0.1.6"}}}]}]},
{eqc, [{deps, [meck]}, {plugins, [rebar3_eqc]},
{erl_opts, [{d, 'TEST'}, debug_info, warnings_as_errors, {parse_transform, lager_transform}]}]}]}.
{shell, [{apps, [dqe]}]}.
{xref_checks, [undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls, deprecated_functions]}.
{dialyzer, [{warnings, [underspecs]}]}.