Packages
lattice_core
1.0.0
Core types for lattice CRDTs — version vectors, dot contexts, and causal infrastructure
Current section
Files
Jump to
Current section
Files
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, []}
]}.