Packages

Advanced Erlang socket library for TCP protocols and provides fast, useful and simple API for implementing server, client and connection pool.

Current section

Files

Jump to
sockerl rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
%{extra_src_dirs, ["./examples"]}.
{deps, [{director, "17.6.4"}]}.
{dialyzer
,[{warnings, [race_conditions
,no_return
,unmatched_returns]}
,{plt_apps, top_level_deps}
,{plt_prefix, "sockerl"}]}.
{plugins, [rebar3_hex]}.