Packages

Gleam library for working with arbitrary JSON structures

Current section

Files

Jump to
jelly src jelly.app.src
Raw

src/jelly.app.src

{application, jelly, [
{vsn, "1.0.2"},
{applications, [gleam_erlang,
gleam_regexp,
gleam_stdlib]},
{description, "Gleam library for working with arbitrary JSON structures"},
{modules, [jelly]},
{registered, []}
]}.