Current section
Files
Jump to
Current section
Files
src/gleam_file.app.src
{application,gleam_file,
[{description,"File, Directory, and Path handling in Gleam"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib]},
{env,[]},
{modules,[]},
{include_files,["gleam.toml","gen"]},
{licenses,["Apache 2.0"]},
{links,[{"Source","https://gitlab.com/greggreg/gleam_file"}]}]}.