Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
warnings_as_errors,
warn_export_all
]}.
{port_specs, [{"priv/emmap_nifs.so", ["c_src/*.cpp"]}]}.
{ex_doc, [
{extras, [
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{source_url, "https://github.com/saleyn/emmap"}
]}.
{pre_hooks, [{compile, "make -C c_src"}]}.
{post_hooks, [{clean, "rm -fr *.dump *.crashdump _build"}]}.
{plugins, [rebar3_hex, {rebar3_ex_doc, "0.2.12"}]}.
{hex, [{doc, ex_doc}]}.