Packages

FIX (Foreign Information Exchange) protocol implementation for Erlang.

Current section

Files

Jump to
erlyfix rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{plugins, [rebar_covertool, rebar3_hex]}.
{cover_export_enabled, true}.
{covertool_eunit, {".eunit/eunit.coverdata", "eunit.coverage.xml"}}.
{deps, [
{erlsom, {git, "https://github.com/willemdj/erlsom.git", {tag, "v1.4.0"}}}
]}.