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
md5=b8337dcb24a3220a3c35bd5bae5c8f12

Description

A set of useful state-based CRDTs for OCaml. Includes 6 different datatypes in both mutable and immutable versions.

Please note that these implementations are for educational purposes only. They are not suited for production work.

Published: 14 Jul 2016

Dependencies (3)

  1. ocamlfind build
  2. ocamlbuild build
  3. ocaml >= "4.02.0" & < "5.0.0"

Dev Dependencies (2)

  1. ounit with-test
  2. qtest with-test

Used by

None

Conflicts

None