package crdt-ml

  1. Overview
  2. Docs

Module CrdtSource

A collection of mutable and immutable CRDTs.

This module is meant to be opened to use both mutable and immutable structures in the same codebase. To use, for example, and ORSet, you can choose to use either Mutable.ORSet or Immutable.ORSet.

Sourcemodule Mutable : sig ... end

A collection of mutable CRDTs

Sourcemodule Immutable : sig ... end

A collection of immutable CRDTs

OCaml

Innovation. Community. Security.