Current section
Files
Jump to
Current section
Files
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, []}
]}.