Packages

Generate BitBake recipes utilizing the classes from meta-erlang

Current section

Files

Jump to
rebar3_bitbake src rebar3_bitbake.app.src
Raw

src/rebar3_bitbake.app.src

{application,rebar3_bitbake,
[{description,"Generate BitBake recipes utilizing the classes from meta-erlang"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub",
"https://github.com/meta-erlang/rebar3_bitbake"}]},
{pkg_name,"rebar3_bitbake"}]}.