Current section

Files

Jump to
juno src juno.app.src
Raw

src/juno.app.src

{application, juno, [
{vsn, "1.4.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "Flexible JSON decoding for Gleam"},
{modules, [juno]},
{registered, []}
]}.