We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58705c7 commit 5acc46aCopy full SHA for 5acc46a
dune-project
@@ -19,7 +19,7 @@
19
(synopsis "ReScript compiler")
20
(depends
21
(ocaml
22
- (>= 5.2.0))
+ (>= 4.10))
23
(ocamlformat
24
(and
25
:with-dev-setup
rescript.opam
@@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
depends: [
10
- "ocaml" {>= "5.2.0"}
+ "ocaml" {>= "4.10"}
11
"ocamlformat" {with-dev-setup & = "0.26.2"}
12
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
13
"cppo" {= "1.6.9"}
0 commit comments