{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, []}
]}.
