Packages

Bring Elixir-style __ENV__ macro into Erlang via parse transform

Current section

Files

Jump to
macro_env rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_hex]}.
{hex, [
{name, <<"macro_env">>},
{doc, edoc},
{links, [{"GitHub", "https://github.com/bsanyi/macro_env"}]},
{files, [
"src",
"rebar.config",
"README.md",
"LICENSE.md"
]}
]}.