Packages

An OTP Gemini protocol client application

Current section

Files

Jump to
geminic rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [geminic]}
]}.
{plugins, [rebar3_hex]}.
{hex, [{doc, edoc}]}.