# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1.2" synopsis: "OCaml CRDT library compatible with json-joy" description: "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." maintainer: ["Gabriel Díaz"] authors: ["Gabriel Díaz"] license: "ISC" tags: ["crdt" "json-crdt" "collaborative-editing" "json-joy" "ocaml"] homepage: "https://tangled.org/gdiazlo.tngl.sh/crdt" doc: "https://tangled.org/gdiazlo.tngl.sh/crdt" bug-reports: "https://tangled.org/gdiazlo.tngl.sh/crdt/issues" depends: [ "ocaml" {>= "5.2"} "dune" {>= "3.20" & >= "3.20"} "simdjsont" {>= "0.1.0"} "base64" {>= "3.5"} "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/crdt" x-maintenance-intent: ["(latest)"]