Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gond"
version = "2.0.4"
description = "๐ก multi-branch conditional expression similar to if - else if - else or cond for Gleam ๐ (elseif, elsif)"
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-gond" }
gleam = ">= 1.15.4"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.10.0 and < 2.0.0"