Current section

Files

Jump to
jsonlogic src jsonlogic.app.src
Raw

src/jsonlogic.app.src

{application, jsonlogic, [
{vsn, "1.0.2"},
{applications, [gleam_json,
gleam_stdlib]},
{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, []}
]}.