File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
- jscom /js_parser/**
2
- jscomp /ml/cmt_format.ml
3
- jscomp /ml/pprintast.ml
4
- jscomp /core/js_name_of_module_id.ml
5
- jscomp /core/js_pass_debug.ml
6
- jscomp /core/lam_util.ml
7
- jscomp /core/lam_compile_main.ml
8
- jscomp /ext/bs_hash_stubs.ml
9
- jscomp /ext/ext_string.ml
10
- jscomp /ext/ext_string.mli
11
- jscomp /ext/ext_sys.ml
12
- jscomp /ext/hash.cppo.ml
13
- jscomp /ext/hash_set.cppo.ml
14
- jscomp /ext/map.cppo.ml
15
- jscomp /ext/ordered_hash_map.cppo.ml
16
- jscomp /ext/set.cppo.ml
17
- jscomp /ext/vec.cppo.ml
1
+ compiler /js_parser/**
2
+ compiler /ml/cmt_format.ml
3
+ compiler /ml/pprintast.ml
4
+ compiler /core/js_name_of_module_id.ml
5
+ compiler /core/js_pass_debug.ml
6
+ compiler /core/lam_util.ml
7
+ compiler /core/lam_compile_main.ml
8
+ compiler /ext/bs_hash_stubs.ml
9
+ compiler /ext/ext_string.ml
10
+ compiler /ext/ext_string.mli
11
+ compiler /ext/ext_sys.ml
12
+ compiler /ext/hash.cppo.ml
13
+ compiler /ext/hash_set.cppo.ml
14
+ compiler /ext/map.cppo.ml
15
+ compiler /ext/ordered_hash_map.cppo.ml
16
+ compiler /ext/set.cppo.ml
17
+ compiler /ext/vec.cppo.ml
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
+ ( >= 5 .2.0 ) )
23
23
( ocamlformat
24
24
( and
25
25
:with -dev-setup
26
26
( = 0 .26.2) ) )
27
27
( ocaml-lsp-server
28
28
( and
29
29
:with -dev-setup
30
- ( = 1 .18.0~5.2preview ) ) )
30
+ ( = 1 .19.0 ) ) )
31
31
( cppo
32
32
( = 1 .6.9) )
33
33
(js_of_ocaml
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ 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 "}
10
+ "ocaml" {>= "5.2.0 "}
11
11
"ocamlformat" {with-dev-setup & = "0.26.2"}
12
- "ocaml-lsp-server" {with-dev-setup & = "1.18.0~5.2preview "}
12
+ "ocaml-lsp-server" {with-dev-setup & = "1.19.0 "}
13
13
"cppo" {= "1.6.9"}
14
14
"js_of_ocaml" {= "5.8.1"}
15
15
"ounit2" {= "2.2.7"}
You can’t perform that action at this time.
0 commit comments