Current section
Files
Jump to
Current section
Files
src/lattice_crdt.app.src
{application, lattice_crdt, [
{vsn, "1.0.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "Conflict-free replicated data types (CRDTs) for Gleam, with property-based tested merge semantics"},
{modules, [lattice@crdt,
lattice@dot_context,
lattice@g_counter,
lattice@g_set,
lattice@lww_map,
lattice@lww_register,
lattice@mv_register,
lattice@or_map,
lattice@or_set,
lattice@pn_counter,
lattice@two_p_set,
lattice@version_vector,
lattice_crdt@@main]},
{registered, []}
]}.