File tree 5 files changed +11
-9
lines changed
5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set-up OCaml
23
23
uses : ocaml/setup-ocaml@v3
24
24
with :
25
- ocaml-compiler : 5
25
+ ocaml-compiler : 4
26
26
- run : corepack enable
27
27
- run : yarn install --immutable
28
28
- run : opam install . --deps-only
37
37
- name : Set-up OCaml
38
38
uses : ocaml/setup-ocaml@v3
39
39
with :
40
- ocaml-compiler : 5
40
+ ocaml-compiler : 4
41
41
- uses : ocaml/setup-ocaml/lint-fmt@v3
42
42
43
43
lint-opam :
48
48
- name : Set-up OCaml
49
49
uses : ocaml/setup-ocaml@v3
50
50
with :
51
- ocaml-compiler : 5
51
+ ocaml-compiler : 4
52
52
- uses : ocaml/setup-ocaml/lint-opam@v3
Original file line number Diff line number Diff line change 3
3
4
4
( generate_opam_files true )
5
5
6
- ( license ISC)
7
6
( maintainers
" The ocsigen team <[email protected] >" )
8
7
( authors
" The ocsigen team <[email protected] >" )
8
+ ( license ISC)
9
9
( source ( github ocsigen/ts2ocaml-example) )
10
10
11
11
( package
12
12
(name example)
13
13
(synopsis " Example use of ts2ocaml" )
14
14
( description " Example use of ts2ocaml" )
15
15
( depends
16
+ ( ocaml ( < 5 .0) )
16
17
ts2ocaml-jsoo-stdlib
17
18
ojs
18
19
gen_js_api
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ homepage: "https://github.com/ocsigen/ts2ocaml-example"
9
9
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues"
10
10
depends: [
11
11
"dune" {>= "3.17"}
12
+ "ocaml" {< "5.0"}
12
13
"ts2ocaml-jsoo-stdlib"
13
14
"ojs"
14
15
"gen_js_api"
@@ -33,5 +34,5 @@ build: [
33
34
]
34
35
dev-repo: "git+https://github.com/ocsigen/ts2ocaml-example.git"
35
36
pin-depends: [
36
- [ "ts2ocaml-jsoo-stdlib.dev" "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3" ]
37
+ ["ts2ocaml-jsoo-stdlib.dev" "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3"]
37
38
]
Original file line number Diff line number Diff line change 1
1
pin-depends: [
2
- [ "ts2ocaml-jsoo-stdlib.dev" "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3" ]
2
+ ["ts2ocaml-jsoo-stdlib.dev" "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3"]
3
3
]
Original file line number Diff line number Diff line change @@ -247,9 +247,9 @@ __metadata:
247
247
linkType : hard
248
248
249
249
" chalk@npm:^5.0.1 " :
250
- version : 5.3.0
251
- resolution : " chalk@npm:5.3.0 "
252
- checksum : 10c0/8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09
250
+ version : 5.4.1
251
+ resolution : " chalk@npm:5.4.1 "
252
+ checksum : 10c0/b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef
253
253
languageName : node
254
254
linkType : hard
255
255
You can’t perform that action at this time.
0 commit comments