Packages

A small Gleam package that provides input functions (stdin reading) missing from gleam/io.

Current section

Files

Jump to
in src in.app.src
Raw

src/in.app.src

{application, in, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib]},
{description, "Provide the missing i from the gleam/io"},
{modules, [in,
in@@main]},
{registered, []}
]}.