Packages

Bindings to Ink. A library for building terminal UIs.

Current section

Files

Jump to
pink gleam.toml
Raw

gleam.toml

name = "pink"
version = "2.2.0"
target = "javascript"
description = "Bindings to Ink. A library for building terminal UIs."
licences = ["Apache-2.0"]
repository = { type = "github", user = "Massolari", repo = "pink" }
links = [{ title = "Ink", href = "https://github.com/vadimdemedes/ink" }]
gleam = ">= 1.9.0"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 2.0.0 and < 3.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"