Packages

Compatibility layer to erlang_ds

Current section

Files

Jump to
sigma_proplist rebar.config
Raw

rebar.config

{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{deps, [erlang_ds]}.
{ex_doc, [
{source_url, <<"https://github.com/choptastic/sigma_proplist">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.