{application, stdin, [
    {vsn, "2.0.0"},
    {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, []}
]}.
