{application, xmlm, [
    {vsn, "1.0.0"},
    {applications, [argv,
                    birdie,
                    birl,
                    gleam_stdlib,
                    gleeunit,
                    qcheck_gleeunit_utils,
                    simplifile]},
    {description, "An pull-based XML parser for the Gleam programming language"},
    {modules, [xmlm]},
    {registered, []}
]}.
