My aggregated monorepo of OCaml code, automaintained

fix

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