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, "2.0.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "A Simple JSON Schema library for Gleam"},
{modules, [jscheam@@main,
jscheam@schema]},
{registered, []}
]}.