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 5e2fca2 commit 321a4caCopy full SHA for 321a4ca
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 3.19)
+(lang dune 3.20)
2
(name example)
3
4
(generate_opam_files true)
example.opam
@@ -8,7 +8,7 @@ license: "ISC"
8
homepage: "https://github.com/ocsigen/ts2ocaml-example"
9
bug-reports: "https://github.com/ocsigen/ts2ocaml-example/issues"
10
depends: [
11
- "dune" {>= "3.19"}
+ "dune" {>= "3.20"}
12
"ocaml" {< "5.0"}
13
"ts2ocaml-jsoo-stdlib"
14
"ojs"
0 commit comments