Current section
Files
Jump to
Current section
Files
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, []}
]}.