Packages

A rebar plugin for abnfc

Current section

Files

Jump to
rebar3_abnfc_plugin src rebar3_abnfc_plugin.app.src
Raw

src/rebar3_abnfc_plugin.app.src

{application, rebar3_abnfc_plugin,
[{description, "A rebar plugin for abnfc"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel, stdlib, abnfc]},
{env,[]},
{modules, [rebar3_abnfc_plugin]},
{contributors, ["Yury Gargay"]},
{links, [{"Github", "https://github.com/surik/rebar3_abnfc_plugin"}]}
]}.