Packages
Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support
Current section
Files
Jump to
Current section
Files
src/lattice_maps.app.src
{application, lattice_maps, [
{vsn, "1.1.0"},
{applications, [gleam_json,
gleam_stdlib,
lattice_core,
lattice_counters,
lattice_registers,
lattice_sets]},
{description, "Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support"},
{modules, [lattice_maps@@main,
lattice_maps@crdt,
lattice_maps@lww_map,
lattice_maps@or_map]},
{registered, []}
]}.