Packages

A Practical Combinator Library

Current section

Files

Jump to
apcl rebar.config
Raw

rebar.config

{erl_opts, []}.
{deps, []}.
{plugins, [rebar3_hex]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://git.sr.ht/~subsetpark/apcl-erl">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.