Current section
Files
Jump to
Current section
Files
src/checkmark.app.src
{application, checkmark, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib,
splitter]},
{description, "Gleam markdown snippet validator"},
{modules, [checkmark,
checkmark@@main,
checkmark@internal@parser]},
{registered, []}
]}.