{application, gleam_zlists, [
    {vsn, "1.0.0"},
    {applications, [gleam_stdlib,
                    gleeunit,
                    zlists]},
    {description, "A library for working with lazy lists in Gleam"},
    {modules, [gleam_zlists,
               gleam_zlists@interface,
               gleam_zlists@interop]},
    {registered, []}
]}.
