Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{pre_hooks,
[{"(linux|darwin|solaris)", compile, "make"},
{"(freebsd)", compile, "gmake"},
{"win32", compile, "nmake /F Makefile.win"}
]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [
{doc, #{provider => ex_doc}}
]}.
{ex_doc, [
{source_url, "https://github.com/nihui/ruapu"}
]}.