Skip to content

Commit f8c2f08

Browse files
committed
Misc: fix opam files
1 parent b895550 commit f8c2f08

8 files changed

+9
-12
lines changed

js_of_ocaml-compiler.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
1717
"ocaml" {>= "4.02.0"}
18-
"dune" {build & >= "1.11.1"}
18+
"dune" {>= "1.11.1"}
1919
"ppx_expect" {with-test & >= "0.12.0"}
2020
"cmdliner"
2121
"ocaml-migrate-parsetree"

js_of_ocaml-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
1717
"ocaml" {>= "4.02.0"}
18-
"dune" {build & >= "1.11.1"}
18+
"dune" {>= "1.11.1"}
1919
"lwt" {>= "2.4.4"}
2020
"js_of_ocaml" {>= "3.2"}
2121
"js_of_ocaml-ppx"

js_of_ocaml-ocamlbuild.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ environment like browsers and Node.js
1414
build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
17-
"dune" {build & >= "1.11.1"}
17+
"dune" {>= "1.11.1"}
1818
"ocamlbuild"
1919
]

js_of_ocaml-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
1717
"ocaml" {>= "4.02.0"}
18-
"dune" {build & >= "1.11.1"}
18+
"dune" {>= "1.11.1"}
1919
"ocaml-migrate-parsetree" {>= "1.4"}
2020
"ppx_tools_versioned" {>= "5.2.3"}
2121
"js_of_ocaml" {>= "3.0"}

js_of_ocaml-ppx_deriving_json.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
1717
"ocaml" {>= "4.04.1"}
18-
"dune" {build & >= "1.11.1"}
18+
"dune" {>= "1.11.1"}
1919
"js_of_ocaml"
2020
"ocaml-migrate-parsetree"
2121
"ppxlib" {< "0.9.0"}

js_of_ocaml-toplevel.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
1717
"ocaml" {>= "4.02.0"}
18-
"dune" {build & >= "1.11.1"}
18+
"dune" {>= "1.11.1"}
1919
"ocamlfind" {>= "1.5.1"}
2020
"js_of_ocaml-compiler"
2121
"js_of_ocaml-ppx"

js_of_ocaml-tyxml.opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1515

1616
depends: [
1717
"ocaml" {>= "4.02.0"}
18-
"dune" {build & >= "1.11.1"}
18+
"dune" {>= "1.11.1"}
1919
"tyxml" {>= "4.3"}
2020
"reactiveData" {>= "0.2"}
2121
"js_of_ocaml" {>= "3.0"}
2222
"js_of_ocaml-ppx"
23-
]
24-
conflicts: [
25-
"js_of_ocaml" {<"3.0"}
26-
]
23+
]

js_of_ocaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [["dune" "build" "-p" name "-j" jobs]]
1717

1818
depends: [
1919
"ocaml" {>= "4.02.0"}
20-
"dune" {build & >= "1.11.1"}
20+
"dune" {>= "1.11.1"}
2121
"ocaml-migrate-parsetree" {>= "1.4"}
2222
"ppx_tools_versioned" {>= "5.2.3"}
2323
"uchar"

0 commit comments

Comments
 (0)