Skip to content

Commit

Permalink
Merge pull request #26957 from hhugo/jsoo-prepare
Browse files Browse the repository at this point in the history
Add missing constraint
  • Loading branch information
mseri authored Nov 26, 2024
2 parents 0b4bb38 + 5b91412 commit 3d52b66
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/ojs-base/ojs-base.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ocamlfind"
"js_of_ocaml" {>= "2.4.0" & < "3.0"}
"websocket" {>= "0.8.1"}
"lwt" {>= "2.4.6"}
"lwt" {>= "2.4.6" & < "5.8.0"}
"yojson" {>= "1.1.8"}
"ppx_deriving_yojson" {>= "1.1" & < "2.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/ojs-base/ojs-base.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ocamlfind"
"js_of_ocaml" {>= "2.4.0" & < "3.0"}
"websocket" {= "0.8.1"}
"lwt" {>= "2.4.6"}
"lwt" {>= "2.4.6" & < "5.8.0"}
"yojson" {= "1.1.8"}
"ppx_deriving_yojson" {= "2.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/ojs-base/ojs-base.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"ocamlfind"
"js_of_ocaml" {>= "2.5" & < "3.0"}
"websocket" {>= "2.1"}
"lwt" {>= "2.4.8"}
"lwt" {>= "2.4.8" & < "5.8.0"}
"cohttp" {>= "0.18.2"}
"yojson" {>= "1.1.8"}
"ppx_deriving_yojson" {>= "2.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ojs-base/ojs-base.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"ocamlfind"
"js_of_ocaml" {>= "2.5" & < "3.0"}
"websocket" {>= "2.1"}
"lwt" {>= "2.4.8"}
"lwt" {>= "2.4.8" & < "5.8.0"}
"cohttp" {>= "0.18.2"}
"yojson" {>= "1.1.8"}
"ppx_deriving_yojson" {>= "2.3"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ojs-base/ojs-base.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"ocamlfind"
"js_of_ocaml" {>= "2.5" & < "3.0"}
"websocket" {>= "2.6"}
"lwt" {>= "2.5"}
"lwt" {>= "2.5" & < "5.8.0"}
"cohttp" {>= "0.19.3"}
"yojson" {>= "1.1.8"}
"ppx_deriving_yojson" {>= "3.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ojs-base/ojs-base.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"js_of_ocaml" {>= "3.9.0"}
"websocket" {>= "2.14"}
"websocket-lwt-unix" {>= "2.14"}
"lwt" {>= "5.4.0"}
"lwt" {>= "5.4.0" & < "5.8.0"}
"lwt_ppx" {>= "2.0.2"}
"cohttp" {>= "4.0.0"}
"yojson" {>= "1.7.0"}
Expand Down
4 changes: 2 additions & 2 deletions packages/picos/picos.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ depends: [
"mdx" {>= "2.4.0" & with-test}
"ocaml-version" {>= "3.6.4" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
"conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test}
"dscheck" {>= "0.4.0" & with-test}
"sherlodoc" {>= "0.2" & with-doc}
"odoc" {>= "2.4.1" & with-doc}
"ocaml" {>= "4.12.0"}
"ocaml" {>= "4.13.0"}
]
build: [
["dune" "subst"] {dev}
Expand Down
4 changes: 2 additions & 2 deletions packages/picos/picos.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ depends: [
"mdx" {>= "2.4.0" & with-test}
"ocaml-version" {>= "3.6.4" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
"conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test}
"dscheck" {>= "0.4.0" & with-test}
"sherlodoc" {>= "0.2" & with-doc}
"odoc" {>= "2.4.1" & with-doc}
"ocaml" {>= "4.12.0"}
"ocaml" {>= "4.13.0"}
]
build: [
["dune" "subst"] {dev}
Expand Down
4 changes: 2 additions & 2 deletions packages/picos/picos.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ depends: [
"mdx" {>= "2.4.0" & with-test}
"ocaml-version" {>= "3.6.4" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
"conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test}
"dscheck" {>= "0.4.0" & with-test}
"sherlodoc" {>= "0.2" & with-doc}
"odoc" {>= "2.4.1" & with-doc}
"ocaml" {>= "4.12.0"}
"ocaml" {>= "4.13.0"}
]
build: [
["dune" "subst"] {dev}
Expand Down
2 changes: 1 addition & 1 deletion packages/picos/picos.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"mdx" {>= "2.4.0" & with-test}
"ocaml-version" {>= "3.6.4" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
"conf-npm" {arch != "x86_32" & arch != "riscv64" & with-test}
"dscheck" {>= "0.4.0" & with-test}
"sherlodoc" {>= "0.2" & with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/picos_meta/picos_meta.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"conf-npm"
{arch != "x86_32" & arch != "riscv64" & os != "win32" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
"mdx" {>= "2.4.0" & with-test}
"multicore-bench" {>= "0.1.4" & with-test}
"multicore-magic" {>= "2.3.0" & with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/picos_meta/picos_meta.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"conf-npm"
{arch != "x86_32" & arch != "riscv64" & os != "win32" & with-test}
"domain_shims" {>= "0.1.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & with-test}
"js_of_ocaml" {>= "5.4.0" & < "5.9.0" & with-test}
"mdx" {>= "2.4.0" & with-test}
"multicore-bench" {>= "0.1.7" & with-test}
"multicore-magic" {>= "2.3.0" & with-test}
Expand Down

0 comments on commit 3d52b66

Please sign in to comment.