My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update opam dependencies: remove lwt upper bound, sort root.opam

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+6 -6
+1 -1
onnxrt/onnxrt.opam
··· 9 9 "ocaml" {>= "5.2"} 10 10 "js_of_ocaml" {>= "5.8"} 11 11 "js_of_ocaml-ppx" {>= "5.8"} 12 - "lwt" {>= "5.7" & < "6.1.0"} 12 + "lwt" {>= "5.7"} 13 13 "js_of_ocaml-lwt" {>= "5.8"} 14 14 "odoc" {with-doc} 15 15 ]
+5 -5
root.opam
··· 2 2 opam-version: "2.0" 3 3 synopsis: "Monorepo root package with external dependencies" 4 4 depends: [ 5 + "conf-jq" {with-test} 6 + "mdx" {with-test} 7 + "odig" {with-test} 8 + "ppx_expect" {with-test} 9 + "sexplib0" {with-test} 5 10 "alcotest" 6 11 "angstrom" 7 12 "astring" ··· 12 17 "camlp-streams" 13 18 "cmarkit" 14 19 "cmdliner" 15 - "conf-jq" {with-test} 16 20 "cppo" 17 21 "crunch" 18 22 "decompress" ··· 31 35 "js_of_ocaml-toplevel" 32 36 "logs" 33 37 "lwt" 34 - "mdx" {with-test} 35 38 "menhir" 36 39 "merlin-lib" 37 40 "ocaml" 38 41 "ocamlfind" 39 42 "ocamlformat-lib" 40 - "odig" {with-test} 41 43 "opam-0install" 42 44 "opam-format" 43 45 "ppx_blob" 44 46 "ppx_deriving_yojson" 45 - "ppx_expect" {with-test} 46 47 "ppx_sexp_conv" 47 48 "ppxlib" 48 49 "progress" 49 50 "result" 50 51 "rresult" 51 52 "sexplib" 52 - "sexplib0" {with-test} 53 53 "tyxml" 54 54 "uri" 55 55 "yojson"