Packages

Core types for lattice CRDTs — version vectors, dot contexts, and causal infrastructure

Current section

Files

Jump to
lattice_core src lattice_core.app.src
Raw

src/lattice_core.app.src

{application, lattice_core, [
{vsn, "1.0.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "Core types for lattice CRDTs — version vectors, dot contexts, and causal infrastructure"},
{modules, [lattice_core@@main,
lattice_core@dot_context,
lattice_core@replica_id,
lattice_core@version_vector]},
{registered, []}
]}.