Packages

Library for manipulating the pivy ebox file format

Current section

Files

Jump to
ebox rebar.config
Raw

rebar.config

{erl_opts, [
debug_info
]}.
{deps, [
{esss, "1.0.2"}
]}.
{plugins, [
rebar3_hex
]}.
{shell, [
]}.
{pre_hooks,
[{"(linux|darwin|solaris)", compile, "make -C c_src"},
{"(freebsd|openbsd)", compile, "gmake -C c_src"}]}.
{post_hooks,
[{"(linux|darwin|solaris)", clean, "make -C c_src clean"},
{"(freebsd|openbsd)", clean, "gmake -C c_src clean"}]}.