Packages
birch
0.2.1A logging library for Gleam with cross-platform support
slate
1.0.0Type-safe Gleam wrapper for Erlang DETS (Disk Erlang Term Storage)
lattice_crdt
2.0.0Conflict-free replicated data types (CRDTs) for Gleam — umbrella package that includes all lattice sub-packages
shelf
1.0.0Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM
lattice_core
1.0.0Core types for lattice CRDTs — version vectors, dot contexts, and causal infrastructure
lattice_sets
1.0.0Grow-only, two-phase, and observed-remove sets for Gleam — conflict-free replicated set types
lattice_counters
1.0.0Grow-only and positive-negative counters for Gleam — conflict-free replicated counter types
lattice_maps
1.0.0Last-writer-wins and observed-remove maps for Gleam — conflict-free replicated map types with generic value support
lattice_registers
1.0.0Last-writer-wins and multi-value registers for Gleam — conflict-free replicated register types