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 9778672 + 5d07500 commit b8998acCopy full SHA for b8998ac
dune-project
@@ -38,4 +38,6 @@
38
(>= 2.3.0))
39
(odoc-parser (>= 1.0.0))
40
(lwt :with-test)
41
- (alcotest :with-test)))
+ (alcotest :with-test))
42
+ (conflicts
43
+ (result (< 1.5))))
mdx.opam
@@ -34,6 +34,9 @@ depends: [
34
"alcotest" {with-test}
35
"odoc" {with-doc}
36
]
37
+conflicts: [
+ "result" {< "1.5"}
+]
build: [
["dune" "subst"] {dev}
[
0 commit comments