Skip to content

Commit 6f4bea0

Browse files
committed
sync opam file
1 parent 3f06468 commit 6f4bea0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

rescript.opam

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ build: [
2222
]
2323
depends: [
2424
"ocaml" {>= "4.14"}
25-
"ocamlformat" {with-test & = "0.27.0"}
26-
"yojson" {with-test & = "2.2.2"}
27-
"ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
2825
"cppo" {= "1.8.0"}
29-
"ounit2" {= "2.2.7"}
3026
"dune" {>= "3.17"}
27+
"ocamlformat" {with-test & = "0.27.0"}
28+
"yojson" {with-test & = "2.2.2"}
29+
"ounit2" {with-test & = "2.2.7"}
3130
"odoc" {with-doc}
32-
# Dependencies that could be broken on Windows runners
33-
"js_of_ocaml" {= "6.0.1" & os != "win32"}
34-
"js_of_ocaml-ppx" {= "6.0.1" & os != "win32"}
35-
"wasm_of_ocaml-compiler" {= "6.0.1" & os != "win32"}
31+
"ocaml-lsp-server" {with-dev-setup & = "1.22.0"}
32+
33+
# Test dependencies that would be broken on Windows runners
34+
"js_of_ocaml" {os != "win32" & with-test & = "6.0.1"}
35+
"js_of_ocaml-ppx" {os != "win32" & with-test & = "6.0.1"}
36+
"wasm_of_ocaml-compiler" {os != "win32" & with-test & = "6.0.1"}
3637
]

0 commit comments

Comments
 (0)