Current section
Files
Jump to
Current section
Files
src/gleam_zlists.app.src
{application,gleam_zlists,
[{description,"A library for working with lazy lists in Gleam"},
{vsn,"0.0.2"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib,zlists]},
{env,[]},
{modules,[]},
{include_files,["gleam.toml","gen"]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/mrdimosthenis/gleam_zlists"}]}]}.