Current section

Files

Jump to
rebar3_protobuffs src rebar3_protobuffs.app.src
Raw

src/rebar3_protobuffs.app.src

{application,rebar3_protobuffs,
[{description,"A rebar plugin"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Benoit Chesneau"]},
{licenses,["BSD"]},
{links,[{"Github",
"https://github.com/benoitc/rebar3_protobuffs"}]}]}.