Current section
Files
Jump to
Current section
Files
gleam.toml
name = "stdin"
version = "2.0.1"
description = "This package provides a synchronous iterator for consuming stdin. It supports all the non-browser targets, Erlang, Node, Deno, and Bun."
licences = ["MIT"]
repository = { type = "github", user = "olian04", repo = "gleam-stdin" }
[dependencies]
gleam_stdlib = ">= 0.39.0 and < 1.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[javascript]
typescript_declarations = true