Current section

Files

Jump to
gleam_stdlib src gleam_stdlib.app.src
Raw

src/gleam_stdlib.app.src

{application,gleam_stdlib,
[{description,"A standard library for the Gleam programming language"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[]},
{include_files,["gleam.toml","gen"]}]}.