package crdt-ml

  1. Overview
  2. Docs
CRDTs - Conflict-Free Replicated Data Types for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.10.0.tar.gz
sha256=c9be2ec006cd4f65e6a9bddbcedf024f876134afc1ddf4fb689dd0167de25b73
md5=b8337dcb24a3220a3c35bd5bae5c8f12

doc/crdt/Crdt/index.html

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.