{application, gleamlz_string, [
    {vsn, "1.0.1"},
    {applications, [file_streams,
                    gleam_erlang,
                    gleam_stdlib,
                    gleeunit]},
    {description, "Gleam implementation of the JavaScript lz-string library"},
    {modules, [gleamlz_string]},
    {registered, []}
]}.
