File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6363
6464 # Verify that the compiler still builds with the oldest OCaml version we support.
6565 - os : ubuntu-24.04
66- ocaml_compiler : ocaml-variants.5.0.1 +options,ocaml-option-static
66+ ocaml_compiler : ocaml-variants.5.0.0 +options,ocaml-option-static
6767 node-target : linux-x64
6868 rust-target : x86_64-unknown-linux-musl
6969
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
77homepage: "https://github.com/rescript-lang/rescript-compiler"
88bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
99depends: [
10- "ocaml" {>= "5.0.1 "}
10+ "ocaml" {>= "5.0.0 "}
1111 "cppo" {= "1.8.0"}
1212 "dune" {>= "3.17"}
1313 "odoc" {with-doc}
Original file line number Diff line number Diff line change 1919 (synopsis " ReScript compiler" )
2020 ( depends
2121 ( ocaml
22- ( >= 5 .0.1 ) ) ) )
22+ ( >= 5 .0.0 ) ) ) )
2323
2424( package
2525 (name analysis)
2626 (synopsis " ReScript Analysis" )
2727 ( depends
2828 ( ocaml
29- ( >= 5 .0.1 ) )
29+ ( >= 5 .0.0 ) )
3030 ( cppo
3131 ( = 1 .8.0) )
3232 dune) )
3636 (synopsis " ReScript Tools" )
3737 ( depends
3838 ( ocaml
39- ( >= 5 .0.1 ) )
39+ ( >= 5 .0.0 ) )
4040 ( cmarkit
4141 ( >= 0 .3.0) )
4242 ( cppo
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build: [
2121 ]
2222]
2323depends: [
24- "ocaml" {>= "5.0.1 "}
24+ "ocaml" {>= "5.0.0 "}
2525 "cppo" {= "1.8.0"}
2626 "dune" {>= "3.17"}
2727 "flow_parser" {= "0.267.0"}
Original file line number Diff line number Diff line change 11depends: [
2- "ocaml" {>= "5.0.1 "}
2+ "ocaml" {>= "5.0.0 "}
33 "cppo" {= "1.8.0"}
44 "dune" {>= "3.17"}
55 "flow_parser" {= "0.267.0"}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
77homepage: "https://github.com/rescript-lang/rescript-compiler"
88bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
99depends: [
10- "ocaml" {>= "5.0.1 "}
10+ "ocaml" {>= "5.0.0 "}
1111 "cmarkit" {>= "0.3.0"}
1212 "cppo" {= "1.8.0"}
1313 "analysis"
You can’t perform that action at this time.
0 commit comments