Packages

Atomic mutable int arrays for Gleam!

Current section

Files

Jump to
atomic_array gleam.toml
Raw

gleam.toml

name = "atomic_array"
version = "1.0.0"
description = "Atomic mutable int arrays for Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "atomic-array" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"