Packages

Build Gleam projects with rebar3

Current section

Files

Jump to
rebar_gleam src rebar_gleam.app.src
Raw

src/rebar_gleam.app.src

{application,rebar_gleam,
[{description,"Build Gleam projects with rebar3"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/gleam-lang/rebar_gleam"}]}]}.