Packages

A YAML 1.2 parser for Gleam, with an optional native fast_yaml C NIF backend.

Current section

Files

Jump to
taffy src taffy.app.src
Raw

src/taffy.app.src

{application, taffy, [
{vsn, "1.0.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "A YAML 1.2 parser for Gleam, with an optional native fast_yaml C NIF backend."},
{modules, [native_ffi,
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]},
{registered, []}
]}.