Current section
Files
Jump to
Current section
Files
src/jsonlogic.app.src
{application, jsonlogic, [
{vsn, "1.0.7"},
{applications, [gleam_json,
gleam_stdlib,
lenient_parse]},
{description, "A Gleam implementation of JSONLogic"},
{modules, [jsonlogic,
jsonlogic@@main,
jsonlogic@error,
jsonlogic@internal@decoding,
jsonlogic@internal@evaluation,
jsonlogic@internal@operator,
jsonlogic@internal@rule,
jsonlogic@internal@util]},
{registered, []}
]}.