{application, handles, [
    {vsn, "3.0.3"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Handles is a templating language written in pure Gleam. Heavily inspired by Mustache and Handlebars.js"},
    {modules, [handles,
               handles@ctx,
               handles@error,
               handles@format,
               handles@internal@ctx_utils,
               handles@internal@engine,
               handles@internal@parser,
               handles@internal@tokenizer]},
    {registered, []}
]}.
