Packages

Backend-agnostic grapheme and range helpers shared by lattice text CRDTs

Current section

Files

Jump to
lattice_text_core src lattice_text_core.app.src
Raw

src/lattice_text_core.app.src

{application, lattice_text_core, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Backend-agnostic grapheme and range helpers shared by lattice text CRDTs"},
{modules, [lattice_text_core@@main,
lattice_text_core@grapheme]},
{registered, []}
]}.