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 27df7d1 commit c34fd8cCopy full SHA for c34fd8c
dune-project
@@ -34,7 +34,9 @@
34
(synopsis "A library to create dunolint configs")
35
(depends
36
(ocaml
37
- (>= 4.14))
+ (and
38
+ (>= 4.14)
39
+ (< 5.4~)))
40
(base
41
(>= v0.16))
42
(fpath-sexp0
dunolint-lib.opam
@@ -9,7 +9,7 @@ doc: "https://mbarbin.github.io/dunolint/"
9
bug-reports: "https://github.com/mbarbin/dunolint/issues"
10
depends: [
11
"dune" {>= "3.17"}
12
- "ocaml" {>= "4.14"}
+ "ocaml" {>= "4.14" & < "5.4~"}
13
"base" {>= "v0.16"}
14
"fpath-sexp0" {>= "0.3.1"}
15
"ppx_compare" {>= "v0.16"}
0 commit comments