Packages

An OTP library for splicing 2 sockets together

Current section

Files

Jump to
splicer rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
inert,
procket
]}.
{pre_hooks,
[{"(linux)", compile, "make -C c_src"}]}.
{post_hooks,
[{"(linux)", clean, "make -C c_src clean"}]}.