Current section
Files
Jump to
Current section
Files
matcher_erl
rebar.config
rebar.config
{erl_opts, [debug_info, warnings_as_errors]}.
{deps, []}.
{dialyzer, [{warnings, [unknown]}]}.
{project_plugins, [rebar3_hex, rebar3_ex_doc]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{extras, [
{"README.md", #{title => <<"Overview">>}},
{"LICENSE", #{title => <<"License">>}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/ratopi/matcher"},
{source_url, "https://github.com/ratopi/matcher"}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [matcher]}
]}.