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, "1.1.2"},
{applications, [gleam_stdlib]},
{description, "This package provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun."},
{modules, [stdin,
stdin_test]},
{registered, []}
]}.