Packages

Emergence data structure

Retired package: Deprecated - Replaced by OTP 27 stdlib: json module and em_filter 1.0.0

Current section

Files

Jump to
embryo rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [
{rebar3_hex, "7.0.6"}
]}.
{profiles, [
{test, [{deps, []}]}
]}.
{hex, [
{doc, #{provider => edoc}}
]}.