Current section

Files

Jump to
rebar3_abnf_compiler src rebar3_abnf_compiler.app.src
Raw

src/rebar3_abnf_compiler.app.src

{application,rebar3_abnf_compiler,
[{description,"A ABNF compiler for rebar3 3.7+"},
{vsn,"0.1.2"},
{applications,[kernel,stdlib,abnfc]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/rbkmoney/rebar3_abnf_compiler.git"}]}]}.