Packages

Erlang foreign function interface

Current section

Files

Jump to
effi rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{cover_enabled, true}.
{deps, [
{getopt, "1.0.1"},
{jsone, "1.4.7"}
]}.
{escript_incl_apps, [getopt, jsone]}.