Packages

A rebar plugin

Retired package: Release invalid - Removing from hex

Current section

Files

Jump to
rebar3_project_utils src rebar3_project_utils.app.src
Raw

src/rebar3_project_utils.app.src

{application,rebar3_project_utils,
[{description,"A rebar plugin"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,bbmustache,cuttlefish]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/drvspw/rebar3_project_utils.git"}]}]}.