Skip to content

Commit 5700c9f

Browse files
committed
Chores
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 408d824 commit 5700c9f

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set-up OCaml
2323
uses: ocaml/setup-ocaml@v3
2424
with:
25-
ocaml-compiler: 5
25+
ocaml-compiler: 4
2626
- run: corepack enable
2727
- run: yarn install --immutable
2828
- run: opam install . --deps-only
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set-up OCaml
3838
uses: ocaml/setup-ocaml@v3
3939
with:
40-
ocaml-compiler: 5
40+
ocaml-compiler: 4
4141
- uses: ocaml/setup-ocaml/lint-fmt@v3
4242

4343
lint-opam:
@@ -48,5 +48,5 @@ jobs:
4848
- name: Set-up OCaml
4949
uses: ocaml/setup-ocaml@v3
5050
with:
51-
ocaml-compiler: 5
51+
ocaml-compiler: 4
5252
- uses: ocaml/setup-ocaml/lint-opam@v3

dune-project

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33

44
(generate_opam_files true)
55

6-
(license ISC)
76
(maintainers "The ocsigen team <[email protected]>")
87
(authors "The ocsigen team <[email protected]>")
8+
(license ISC)
99
(source (github ocsigen/ts2ocaml-example))
1010

1111
(package
1212
(name example)
1313
(synopsis "Example use of ts2ocaml")
1414
(description "Example use of ts2ocaml")
1515
(depends
16+
(ocaml (< 5.0))
1617
ts2ocaml-jsoo-stdlib
1718
ojs
1819
gen_js_api

example.opam

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage: "https://github.com/ocsigen/ts2ocaml-example"
99
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues"
1010
depends: [
1111
"dune" {>= "3.17"}
12+
"ocaml" {< "5.0"}
1213
"ts2ocaml-jsoo-stdlib"
1314
"ojs"
1415
"gen_js_api"
@@ -33,5 +34,5 @@ build: [
3334
]
3435
dev-repo: "git+https://github.com/ocsigen/ts2ocaml-example.git"
3536
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"]
3738
]

example.opam.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
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"]
33
]

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ __metadata:
247247
linkType: hard
248248

249249
"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
253253
languageName: node
254254
linkType: hard
255255

0 commit comments

Comments
 (0)