Packages

A tool for converting to Gleam's new `assert` syntax

Current section

Files

Jump to
asset src asset.app.src
Raw

src/asset.app.src

{application, asset, [
{vsn, "1.1.0"},
{applications, [argv,
filepath,
glance,
gleam_stdlib,
glexer,
simplifile]},
{description, "A tool for converting to Gleam's new `assert` syntax"},
{modules, [asset,
asset@@main]},
{registered, []}
]}.