File tree 4 files changed +18
-21
lines changed
4 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ license: "LGPL-3.0-or-later"
7
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
- "ocaml" {>= "4.10 "}
11
- "cppo" {= "1.6.9 "}
10
+ "ocaml" {>= "4.14 "}
11
+ "cppo" {= "1.8.0 "}
12
12
"dune"
13
13
]
14
14
build: [
Original file line number Diff line number Diff line change 19
19
(synopsis " ReScript compiler" )
20
20
( depends
21
21
( ocaml
22
- ( >= 4 .10 ) )
22
+ ( >= 4 .14 ) )
23
23
( ocamlformat
24
24
( and
25
25
:with -test
26
- ( = 0 .26.2 ) ) )
26
+ ( = 0 .27.0 ) ) )
27
27
( yojson
28
28
( and
29
29
:with -test
30
30
( = 2 .2.2) ) )
31
31
( ocaml-lsp-server
32
32
( and
33
33
:with -dev-setup
34
- ( = 1 .19 .0) ) )
34
+ ( = 1 .22 .0) ) )
35
35
( cppo
36
- ( = 1 .6.9 ) )
36
+ ( = 1 .8.0 ) )
37
37
(js_of_ocaml
38
- ( = 5 .9 .1) )
38
+ ( = 6 .0 .1) )
39
39
( ounit2
40
40
( = 2 .2.7) )
41
- ( reanalyze
42
- ( = 2 .25.1) )
43
41
dune) )
44
42
45
43
( package
46
44
(name analysis)
47
45
(synopsis " ReScript Analysis" )
48
46
( depends
49
47
( ocaml
50
- ( >= 4 .10 ) )
48
+ ( >= 4 .14 ) )
51
49
( cppo
52
- ( = 1 .6.9 ) )
50
+ ( = 1 .8.0 ) )
53
51
dune) )
54
52
55
53
( package
56
54
(name tools)
57
55
(synopsis " ReScript Tools" )
58
56
( depends
59
57
( ocaml
60
- ( >= 4 .10 ) )
58
+ ( >= 4 .14 ) )
61
59
( cppo
62
- ( = 1 .6.9 ) )
60
+ ( = 1 .8.0 ) )
63
61
analysis
64
62
dune) )
Original file line number Diff line number Diff line change @@ -7,14 +7,13 @@ license: "LGPL-3.0-or-later"
7
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
- "ocaml" {>= "4.10 "}
11
- "ocamlformat" {with-test & = "0.26.2 "}
10
+ "ocaml" {>= "4.14 "}
11
+ "ocamlformat" {with-test & = "0.27.0 "}
12
12
"yojson" {with-test & = "2.2.2"}
13
- "ocaml-lsp-server" {with-dev-setup & = "1.19 .0"}
14
- "cppo" {= "1.6.9 "}
15
- "js_of_ocaml" {= "5.9 .1"}
13
+ "ocaml-lsp-server" {with-dev-setup & = "1.22 .0"}
14
+ "cppo" {= "1.8.0 "}
15
+ "js_of_ocaml" {= "6.0 .1"}
16
16
"ounit2" {= "2.2.7"}
17
- "reanalyze" {= "2.25.1"}
18
17
"dune"
19
18
]
20
19
build: [
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ license: "LGPL-3.0-or-later"
7
7
homepage: "https://github.com/rescript-lang/rescript-compiler"
8
8
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
9
9
depends: [
10
- "ocaml" {>= "4.10 "}
11
- "cppo" {= "1.6.9 "}
10
+ "ocaml" {>= "4.14 "}
11
+ "cppo" {= "1.8.0 "}
12
12
"analysis"
13
13
"dune"
14
14
]
You can’t perform that action at this time.
0 commit comments