Packages

Work with common erlang data structures (map, dict, proplist, etc)

Current section

Files

Jump to
erlang_ds rebar.config
Raw

rebar.config

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