Packages

This package provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun.

Current section

Files

Jump to
stdin src stdin.app.src
Raw

src/stdin.app.src

{application, stdin, [
{vsn, "2.0.1"},
{applications, [gleam_stdlib,
gleam_yielder]},
{description, "This package provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun."},
{modules, [stdin]},
{registered, []}
]}.