Packages

A Simple JSON Schema library for Gleam

Current section

Files

Jump to
jscheam src jscheam.app.src
Raw

src/jscheam.app.src

{application, jscheam, [
{vsn, "1.1.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "A Simple JSON Schema library for Gleam"},
{modules, [jscheam,
jscheam@@main,
jscheam@property]},
{registered, []}
]}.