Packages

nm is a library to help manipulate and transform deeply nested data structures in a simple way.

Current section

Files

Jump to
nm rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{plugins, [rebar_erl_vsn, rebar3_ex_doc, rebar3_hex]}.
{project_plugins, [
{eqwalizer_rebar3,
{git_subdir, "https://github.com/whatsapp/eqwalizer.git", {branch, "main"},
"eqwalizer_rebar3"}},
erlfmt,
rebar3_lint
]}.
{provider_hooks, [{pre, [{compile, {default, erl_vsn}}]}]}.
{ex_doc, [{source_url, <<"https://codeberg.org/cevado/nm">>}]}.
{hex, [{doc, #{provider => ex_doc}}]}.
{deps, []}.