Packages

Inofficial Erlang/OTP client application for the official DeepL API Version 2

Current section

Files

Jump to
deeperl rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{jiffy, "1.0.3"}
]}.
{shell, [
{apps, [deeperl]}
]}.
{plugins, [
rebar3_hex
]}.