Packages

Conflict-free replicated data types (CRDTs) for Gleam — umbrella package that includes all lattice sub-packages

Current section

Files

Jump to
lattice_crdt gleam.toml
Raw

gleam.toml

name = "lattice_crdt"
version = "1.0.0"
description = "Conflict-free replicated data types (CRDTs) for Gleam, with property-based tested merge semantics"
licences = ["MIT"]
repository = { type = "github", user = "tylerbutler", repo = "lattice_crdt" }
gleam = ">= 1.7.0"
# Uncomment to mark internal modules (not exported in public API):
# internal_modules = ["lattice/internal", "lattice/internal/*"]
[[links]]
title = "Documentation"
href = "https://hexdocs.pm/lattice_crdt"
[dependencies]
gleam_stdlib = ">= 0.48.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev-dependencies]
startest = ">= 0.8.0 and < 1.0.0"
qcheck = ">= 1.0.0 and < 2.0.0"