Packages

Type-safe atomic Gleam bindings for Khepri, the modern distributed database for the BEAM.

Current section

Files

Jump to
capri gleam.toml
Raw

gleam.toml

name = "capri"
version = "0.2.0"
target = "erlang"
gleam = ">= 1.18.0 and < 2.0.0"
description = "Type-safe atomic Gleam bindings for Khepri."
licences = ["AGPL-3.0-or-later"]
repository = { type = "codeberg", user = "reesericci", repo = "capri" }
[dependencies]
gleam_stdlib = ">= 1.0.3 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
khepri = "0.19.0-beta.2"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"