Packages

An Erlang library to handle nested maps

Current section

Files

Jump to
maps_in rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_ex_doc]}.
{cover_enabled, true}.
{ex_doc, [
{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/williamthome/maps_in"}
]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.