Packages

Extra IO features for Gleam.

Current section

Files

Jump to
iox src iox.app.src
Raw

src/iox.app.src

{application, iox, [
{vsn, "0.0.2"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Extra IO features for Gleam."},
{modules, [iox@stdin]},
{registered, []}
]}.