We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2350a5d commit 31d4b39Copy full SHA for 31d4b39
dune-project
@@ -1,4 +1,4 @@
1
-(lang dune 3.17)
+(lang dune 3.18)
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.17"}
+ "dune" {>= "3.18"}
12
"ocaml" {< "5.0"}
13
"ts2ocaml-jsoo-stdlib"
14
"ojs"
@@ -33,6 +33,7 @@ build: [
33
]
34
35
dev-repo: "git+https://github.com/ocsigen/ts2ocaml-example.git"
36
+x-maintenance-intent: ["(latest)"]
37
pin-depends: [
38
["ts2ocaml-jsoo-stdlib.dev" "git+https://github.com/ocsigen/ts2ocaml.git#jsoo-stdlib-v2.0.0-beta.3"]
39
0 commit comments