Packages

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

Current section

Files

Jump to
lattice_crdt src lattice_crdt.app.src
Raw

src/lattice_crdt.app.src

{application, lattice_crdt, [
{vsn, "2.0.0"},
{applications, [lattice_core,
lattice_counters,
lattice_maps,
lattice_registers,
lattice_sets]},
{description, "Conflict-free replicated data types (CRDTs) for Gleam — umbrella package that includes all lattice sub-packages"},
{modules, [lattice_crdt,
lattice_crdt@@main]},
{registered, []}
]}.