Packages

Bindings for Erlang's ETS tables. Forked and updated from gts.

Current section

Files

Jump to
carpenter gleam.toml
Raw

gleam.toml

name = "carpenter"
version = "0.1.0"
description = "Bindings for Erlang's ETS tables. Forked and updated from gts."
target = "erlang"
licences = ["MPL-2.0"]
repository = { type = "github", user = "grottohub", repo = "carpenter" }
links = [{ title = "Website", href = "https://github.com/grottohub/carpenter" }]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_erlang = "~> 0.24"
[dev-dependencies]
gleeunit = "~> 1.0"