Current section
Files
Jump to
Current section
Files
src/taffy.app.src
{application, taffy, [
{vsn, "1.1.1"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "A YAML 1.2 parser for Gleam, with an optional native fast_yaml C NIF backend."},
{modules, [taffy,
taffy@@main,
taffy@lexer,
taffy@native,
taffy@parser,
taffy@parser@block,
taffy@parser@explicit,
taffy@parser@flow,
taffy@parser@helpers,
taffy@parser@scalar,
taffy@parser@types,
taffy@value,
taffy_ffi]},
{registered, []}
]}.