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.
2 parents ddc936f + 989a5a5 commit e1845eeCopy full SHA for e1845ee
dune-project
@@ -32,4 +32,8 @@
32
conf-timeout
33
conf-which
34
conf-diffutils
35
+ ;; transitive lower versions to avoid CI errors
36
+ (ocaml-compiler-libs (>= v0.12.0))
37
+ (ppx_derivers (>= 1.2.1))
38
+ (yojson (>= 2.0.0))
39
(ounit2 :with-test)))
mutaml.opam
@@ -24,6 +24,9 @@ depends: [
24
"conf-timeout"
25
"conf-which"
26
"conf-diffutils"
27
+ "ocaml-compiler-libs" {>= "v0.12.0"}
28
+ "ppx_derivers" {>= "1.2.1"}
29
+ "yojson" {>= "2.0.0"}
30
"ounit2" {with-test}
31
"odoc" {with-doc}
]
0 commit comments