Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glearray"
version = "2.1.2"
description = "Immutable arrays for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lunagl", repo = "glearray" }
links = []
[dependencies]
gleam_stdlib = ">= 0.37.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.3"