Packages

Plain-text CRDT for Gleam using YATA-style left/right origins

Current section

Files

Jump to
lattice_text src lattice_text.app.src
Raw

src/lattice_text.app.src

{application, lattice_text, [
{vsn, "1.0.0"},
{applications, [gleam_json,
gleam_stdlib,
lattice_core,
lattice_sequence,
lattice_text_core]},
{description, "Plain-text CRDT for Gleam using YATA-style left/right origins"},
{modules, [lattice_text@@main,
lattice_text@text]},
{registered, []}
]}.