crdt library in ocaml implementing json-joy

bump to 0.1.2

Changed files
+2 -2
+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."
+1 -1
dune-project
··· 1 1 (lang dune 3.20) 2 2 3 3 (name crdt) 4 - (version 0.1.1) 4 + (version 0.1.2) 5 5 6 6 (generate_opam_files true) 7 7