this repo has no description

More fixing of odoc3

Changed files
+2 -7
packages
odoc
odoc.3.0.0~beta1
sherlodoc
sherlodoc.0.2
+1 -6
packages/odoc/odoc.3.0.0~beta1/opam
···
"fmt"
"ocamlfind" {with-test}
-
"yojson" {>= "2.1.0" & with-test}
("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
"conf-jq" {with-test}
···
("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
]
-
-
depopts: [
-
"yojson" {>= "1.6.0"}
-
]
-
x-extra-doc-deps: [
"odoc-driver" {= version}
···
"fmt"
"ocamlfind" {with-test}
+
"yojson" {>= "2.1.0"}
("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test})
"conf-jq" {with-test}
···
("ocaml" {< "4.07.0" & with-test} | "bisect_ppx" {with-test & > "2.5.0"})
]
x-extra-doc-deps: [
"odoc-driver" {= version}
+1 -1
packages/sherlodoc/sherlodoc.0.2/opam
···
depends: [
"dune" {>= "3.5"}
"ocaml" {>= "4.0.8"}
-
"odoc" {>= "2.4.0"}
"base64" {>= "3.5.1"}
"bigstringaf" {>= "0.9.1"}
"js_of_ocaml" {>= "5.6.0"}
···
depends: [
"dune" {>= "3.5"}
"ocaml" {>= "4.0.8"}
+
"odoc" {>= "2.4.0" & < "2.9.0"}
"base64" {>= "3.5.1"}
"bigstringaf" {>= "0.9.1"}
"js_of_ocaml" {>= "5.6.0"}