Packages

Minimal Distributed Erlang Process Registry.

Current section

Files

Jump to
nprocreg rebar.config
Raw

rebar.config

% -*- Erlang -*-
{erl_opts, [warnings_as_errors, debug_info]}.
{cover_enabled, true}.
{xref_checks, [undefined_function_calls]}.
{deps, [
nitro_cache
]}.