Current section
Files
Jump to
Current section
Files
gleam.toml
name = "delay"
version = "1.3.0"
description = "A dead simple data-structure for delaying side effects"
licences = ["MIT"]
repository = { type = "github", user = "bwireman", repo = "delay" }
links = [
{ title = "npm", href = "https://www.npmjs.com/package/delay-gleam" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.4.0 and < 2.0.0"
simplifile = ">= 2.2.1 and < 3.0.0"
cactus = ">= 1.3.3 and < 2.0.0"
[javascript]
typescript_declarations = true
[javascript.deno]
allow_all = true
[cactus.pre-commit]
actions = [
{ command = "format", kind = "sub_command", args = ["--check"] },
{ command = "./scripts/test.sh", kind = "binary" },
]