Skip to content

Commit

Permalink
Misc: fix opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Nov 16, 2019
1 parent b895550 commit f8c2f08
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion js_of_ocaml-compiler.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"ppx_expect" {with-test & >= "0.12.0"}
"cmdliner"
"ocaml-migrate-parsetree"
Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"lwt" {>= "2.4.4"}
"js_of_ocaml" {>= "3.2"}
"js_of_ocaml-ppx"
Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-ocamlbuild.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ environment like browsers and Node.js
build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"ocamlbuild"
]
2 changes: 1 addition & 1 deletion js_of_ocaml-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"ocaml-migrate-parsetree" {>= "1.4"}
"ppx_tools_versioned" {>= "5.2.3"}
"js_of_ocaml" {>= "3.0"}
Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-ppx_deriving_json.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.04.1"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"js_of_ocaml"
"ocaml-migrate-parsetree"
"ppxlib" {< "0.9.0"}
Expand Down
2 changes: 1 addition & 1 deletion js_of_ocaml-toplevel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"ocamlfind" {>= "1.5.1"}
"js_of_ocaml-compiler"
"js_of_ocaml-ppx"
Expand Down
7 changes: 2 additions & 5 deletions js_of_ocaml-tyxml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"tyxml" {>= "4.3"}
"reactiveData" {>= "0.2"}
"js_of_ocaml" {>= "3.0"}
"js_of_ocaml-ppx"
]
conflicts: [
"js_of_ocaml" {<"3.0"}
]
]
2 changes: 1 addition & 1 deletion js_of_ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"dune" {build & >= "1.11.1"}
"dune" {>= "1.11.1"}
"ocaml-migrate-parsetree" {>= "1.4"}
"ppx_tools_versioned" {>= "5.2.3"}
"uchar"
Expand Down

0 comments on commit f8c2f08

Please sign in to comment.