Current section
Files
Jump to
Current section
Files
gradualizer
rebar.config
rebar.config
{profiles,
[
{test, [
{deps,
[
{proper, {git, "https://github.com/proper-testing/proper.git", {branch, "master"}}}
]},
%% see the maybe expression fail;
%% the VM also needs to be configured to load the module
{erl_opts, [{feature,maybe_expr,enable}]}
]}
]}.
{escript_emu_args, "%%! -escript main gradualizer_cli\n"}.
{shell, [{apps, [gradualizer]}]}.
{project_plugins, [rebar3_ex_doc]}.
{ex_doc, [
{extras, [
{'README.md', #{title => <<"Overview">>}},
{'LICENSE', #{title => <<"License">>}}
]},
{main, <<"readme">>},
{source_url, <<"https://github.com/josefs/Gradualizer">>}
]}.