Packages

Work with JSON Schema in Gleam. Supports building schemas as well as encoding decoding from json schema file.

Current section

Files

Jump to
castor src castor.app.src
Raw

src/castor.app.src

{application, castor, [
{vsn, "2.0.0"},
{applications, [gleam_json,
gleam_stdlib,
non_empty_list,
oas_generator_utils]},
{description, "Work with JSON Schema in Gleam. Supports building schemas as well as encoding decoding from json schema file."},
{modules, [castor,
castor@@main,
castor@decodex]},
{registered, []}
]}.