Skip to content

Commit

Permalink
Constrain js_of_ocaml for Lwt 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 13, 2018
1 parent d7f6d3e commit 55d1073
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]

depends: [
"jbuilder" {build & >= "1.0+beta12"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"js_of_ocaml" {>= "3.0"}
"js_of_ocaml-ppx"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]

depends: [
"jbuilder" {build & >= "1.0+beta12"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"js_of_ocaml" {>= "3.0"}
"js_of_ocaml-ppx"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]

depends: [
"jbuilder" {build & >= "1.0+beta9"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"js_of_ocaml" {>= "3.0"}
"js_of_ocaml-ppx"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml-lwt/js_of_ocaml-lwt.3.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [["jbuilder" "build" "-p" name "-j" jobs]]

depends: [
"jbuilder" {build & >= "1.0+beta17"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"js_of_ocaml" {>= "3.0"}
"js_of_ocaml-ppx"
]
Expand Down
1 change: 1 addition & 0 deletions packages/js_of_ocaml/js_of_ocaml.2.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depopts: ["deriving" "tyxml" "reactiveData" ]
conflicts: [
"deriving" {< "0.6"}
"lwt" {< "2.4"}
"lwt" {>= "4.0.0"}
"tyxml" {< "3.2"}
"tyxml" {>= "3.6.0"}
"reactiveData" {>= "0.2"}
Expand Down
1 change: 1 addition & 0 deletions packages/js_of_ocaml/js_of_ocaml.2.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depopts: ["deriving" "tyxml" "reactiveData" ]
conflicts: [
"deriving" {< "0.6"}
"lwt" {< "2.4"}
"lwt" {>= "4.0.0"}
"tyxml" {< "3.2.1"}
"tyxml" {>= "3.6.0"}
]
Expand Down
1 change: 1 addition & 0 deletions packages/js_of_ocaml/js_of_ocaml.2.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depopts: ["deriving" "tyxml" "reactiveData" ]
conflicts: [
"deriving" {< "0.6"}
"lwt" {< "2.4"}
"lwt" {>= "4.0.0"}
"tyxml" {< "3.2.1"}
"tyxml" {>= "3.6.0"}
"reactiveData" {>= "0.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"camlp4"
"ocamlbuild"
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo"
"camlp4"
Expand Down
4 changes: 2 additions & 2 deletions packages/js_of_ocaml/js_of_ocaml.2.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo"
"camlp4"
Expand All @@ -28,4 +28,4 @@ conflicts: [
"ppx_deriving" {< "3.0"}
"reactiveData" {< "0.2"}
]
available: [ ocaml-version >= "4.00.0" & ocaml-version < "4.03.0" ]
available: [ ocaml-version >= "4.00.0" & ocaml-version < "4.03.0" ]
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo" {>= "1.1.0"}
"camlp4"
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.8.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo" {>= "1.1.0"}
"camlp4"
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.8.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo" {>= "1.1.0"}
"camlp4"
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.8.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo" {>= "1.1.0"}
"camlp4"
Expand Down
2 changes: 1 addition & 1 deletion packages/js_of_ocaml/js_of_ocaml.2.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"cmdliner"
"base-unix"
"ocamlfind" {>= "1.5.1"}
"lwt" {>= "2.4.4"}
"lwt" {>= "2.4.4" & < "4.0.0"}
"menhir"
"cppo" {>= "1.1.0"}
"camlp4"
Expand Down

0 comments on commit 55d1073

Please sign in to comment.