this repo has no description

Fix opam files following opam-repo ci checks

+8 -5
+1
odoc-driver.opam
··· 36 depends: [ 37 "ocaml" {>= "5.1.0"} 38 "odoc" {= version} 39 "odoc-md" 40 "bos" 41 "fpath"
··· 36 depends: [ 37 "ocaml" {>= "5.1.0"} 38 "odoc" {= version} 39 + "dune" {>= "3.7.0} 40 "odoc-md" 41 "bos" 42 "fpath"
+1 -1
odoc-md.opam
··· 29 depends: [ 30 "ocaml" {>= "4.14.0"} 31 "odoc" {= version} 32 "cmarkit" 33 ] 34 ··· 42 "-j" 43 jobs 44 "@install" 45 - "@runtest" {with-test} 46 "@doc" {with-doc} 47 ] 48 ]
··· 29 depends: [ 30 "ocaml" {>= "4.14.0"} 31 "odoc" {= version} 32 + "dune" {>= "3.7.0"} 33 "cmarkit" 34 ] 35 ··· 43 "-j" 44 jobs 45 "@install" 46 "@doc" {with-doc} 47 ] 48 ]
+3 -1
odoc.opam
··· 58 59 "ppx_expect" {with-test} 60 "bos" {with-test} 61 - "crunch" {> "1.1.0"} 62 63 ("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"}) 64 ] 65 66 x-extra-doc-deps: [ 67 "odoc-driver" {= version}
··· 58 59 "ppx_expect" {with-test} 60 "bos" {with-test} 61 + "crunch" {> "2.0.0"} 62 63 ("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"}) 64 ] 65 + 66 + conflicts: [ "ocaml-option-bytecode-only" ] 67 68 x-extra-doc-deps: [ 69 "odoc-driver" {= version}
+3 -3
sherlodoc.opam
··· 9 bug-reports: "https://github.com/ocaml/odoc/issues" 10 flags: [ avoid-version ] 11 depends: [ 12 - "dune" {>= "3.5"} 13 "ocaml" {>= "4.0.8"} 14 "odoc" {= version} 15 "base64" {>= "3.5.1"} ··· 21 "fpath" {>= "0.7.3"} 22 "lwt" {>= "5.7.0"} 23 "menhir" {>= "20230608"} 24 - "ppx_blob" {>= "0.7.2"} 25 "tyxml" {>= "4.6.0"} 26 "result" {>= "1.5"} 27 "odig" {with-test} ··· 41 "-j" 42 jobs 43 "@install" 44 - "@runtest" {with-test} 45 "@doc" {with-doc} 46 ] 47 ]
··· 9 bug-reports: "https://github.com/ocaml/odoc/issues" 10 flags: [ avoid-version ] 11 depends: [ 12 + "dune" {>= "3.7"} 13 "ocaml" {>= "4.0.8"} 14 "odoc" {= version} 15 "base64" {>= "3.5.1"} ··· 21 "fpath" {>= "0.7.3"} 22 "lwt" {>= "5.7.0"} 23 "menhir" {>= "20230608"} 24 + "ppx_blob" {>= "0.9.0"} 25 "tyxml" {>= "4.6.0"} 26 "result" {>= "1.5"} 27 "odig" {with-test} ··· 41 "-j" 42 jobs 43 "@install" 44 + "@sherlodoc/runtest" {with-test} 45 "@doc" {with-doc} 46 ] 47 ]