Packages

Gleam implementation of the JavaScript lz-string library

Current section

Files

Jump to
gleamlz_string src gleamlz_string.app.src
Raw

src/gleamlz_string.app.src

{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, []}
]}.