Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cohttp-eio/cohttp-eio.6.0.0~alpha0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build: [
jobs
"--promote-install-files=false"
"@install"
"@cohttp-eio/runtest" {with-test}
"@cohttp-eio/runtest"
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
Expand Down
2 changes: 1 addition & 1 deletion packages/containers-data/containers-data.3.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: "BSD-2-Clause"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name ] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32" & ocaml:version < "5.1.0"}
]
depends: [
"ocaml" { >= "4.03.0" }
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "2.9"}
"eio_linux" {= version & os = "linux"}
"mdx" {>= "1.10.0" & with-test}
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
"eio_luv" {= version}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "2.9"}
"eio_linux" {= version & os = "linux"}
"mdx" {>= "1.10.0" & with-test}
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
"eio_luv" {= version}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.0"}
"eio_linux" {= version & os = "linux"}
"mdx" {>= "1.10.0" & with-test}
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
"eio_luv" {= version}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.9/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.7"}
"mdx" {>= "2.2.0" & with-test}
"mdx" {>= "2.2.0" & < "2.3.1" & with-test}
"eio_linux" {= version & os = "linux"}
"eio_posix" {= version & os != "win32"}
"eio_luv" {= version & (os = "win32" | with-test)}
Expand Down
2 changes: 1 addition & 1 deletion packages/lwt_eio/lwt_eio.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "2.9"}
"eio" {>= "0.2" & < "0.11"}
"lwt"
"mdx" {>= "1.10.0" & with-test}
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
"eio_main" {with-test}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/lwt_eio/lwt_eio.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"dune" {>= "2.9"}
"eio" {>= "0.7" & < "0.11"}
"lwt"
"mdx" {>= "1.10.0" & with-test}
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
"eio_main" {with-test}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/par_incr/par_incr.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@runtest" {with-test & ocaml:version < "5.1"}
"@doc" {with-doc}
]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/uring/uring.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@runtest" {with-test & ocaml:version < "5.1"}
"@doc" {with-doc}
]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/uring/uring.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@runtest" {with-test & ocaml:version < "5.1"}
"@doc" {with-doc}
]
]
Expand Down
2 changes: 1 addition & 1 deletion packages/uring/uring.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@runtest" {with-test & ocaml:version < "5.1.0"}
"@doc" {with-doc}
]
]
Expand Down