My aggregated monorepo of OCaml code, automaintained

fix

+4 -4
+2 -2
ocaml-typesense/dune-project
··· 29 29 (eio (>= 1.2)) 30 30 (requests (>= 0.3.1)) 31 31 (uri (>= 4.4.0)) 32 - (jsont (>= 0.1.1)) 33 - (jsont-bytesrw (>= 0.1.1)) 32 + (jsont (>= 0.2.0)) 33 + bytesrw 34 34 (logs (>= 0.7.0)) 35 35 (odoc :with-doc) 36 36 (alcotest :with-test)))
+2 -2
ocaml-typesense/typesense.opam
··· 14 14 "eio" {>= "1.2"} 15 15 "requests" {>= "0.3.1"} 16 16 "uri" {>= "4.4.0"} 17 - "jsont" {>= "0.1.1"} 18 - "jsont-bytesrw" {>= "0.1.1"} 17 + "jsont" {>= "0.2.0"} 18 + "bytesrw" 19 19 "logs" {>= "0.7.0"} 20 20 "odoc" {with-doc} 21 21 "alcotest" {with-test}