Current section

Files

Jump to
glyph_codegen src glyph_codegen.app.src
Raw

src/glyph_codegen.app.src

{application, glyph_codegen, [
{vsn, "0.3.0"},
{applications, [argv,
glance,
gleam_bbmustache,
gleam_stdlib,
gleeunit,
justin,
shellout,
simplifile]},
{description, "Codegen for JSON"},
{modules, [glyph_codegen@codegen]},
{registered, []}
]}.