Sha256: 440974bbdb5e881e230dc52deb63efa2e26b02b03c9f1d7f7e8592b5e1643c57
Contents?: true
Size: 487 Bytes
Versions: 66
Compression:
Stored size: 487 Bytes
Contents
{erl_opts, [no_debug_info]}. {deps, [ jsone, {rebar3, {git, "https://github.com/erlang/rebar3", {branch, "master"}}} ]}. {escript_incl_apps, [rebar_lock_json]}. {escript_main_app, rebar_lock_json}. {escript_name, rebar_lock_json}. {escript_emu_args, "%%! +sbtu +A0\n"}. {post_hooks, [ {escriptize, "cp $REBAR_BUILD_DIR/bin/rebar_lock_json ../../bin/"} ]}. {profiles, [{test, [{erl_opts, [debug_info]} ]}]}.
Version data entries
66 entries across 66 versions & 1 rubygems