+1
-1
crdt.opam
+1
-1
crdt.opam
···
1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
-
version: "0.1.1"
3
+
version: "0.1.2"
4
4
synopsis: "OCaml CRDT library compatible with json-joy"
5
5
description:
6
6
"A full OCaml CRDT library implementing the json-joy specification. Includes JSON CRDT document model, patch operations, multiple codec formats, and JSON-Rx RPC for real-time synchronization."