Current section

Files

Jump to
clad src clad.app.src
Raw

src/clad.app.src

{application, clad, [
{vsn, "1.1.0"},
{applications, [gleam_regexp,
gleam_stdlib]},
{description, "Command line argument decoders for Gleam"},
{modules, [clad]},
{registered, []}
]}.