Packages

Typed Gleam bindings for beamtea — Bubble Tea / The Elm Architecture for the BEAM terminal.

Current section

Files

Jump to
gleamtea gleam.toml
Raw

gleam.toml

name = "gleamtea"
version = "1.0.0"
description = "Typed Gleam bindings for beamtea — Bubble Tea / The Elm Architecture for the BEAM terminal."
licences = ["MIT"]
repository = { type = "github", user = "tsirysndr", repo = "gleamtea" }
links = [{ title = "beamtea", href = "https://hex.pm/packages/beamtea" }]
internal_modules = ["gleamtea_ffi"]
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
beamtea = ">= 0.1.2 and < 1.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"