Packages

An embedded, crash-safe key-value store for Gleam, inspired by CubDB

Current section

Files

Jump to
trove gleam.toml
Raw

gleam.toml

name = "trove"
version = "1.1.0"
description = "An embedded, crash-safe key-value store for Gleam, inspired by CubDB"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "trove" }
[dependencies]
exception = ">= 2.1.0 and < 3.0.0"
gleam_erlang = ">= 0.34.0 and < 2.0.0"
gleam_otp = ">= 0.12.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
non_empty_list = ">= 2.3.0 and < 3.0.0"
[dev-dependencies]
qcheck = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
unitest = ">= 1.3.0 and < 2.0.0"