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 0777723 commit 5d9111eCopy full SHA for 5d9111e
dune-project
@@ -58,6 +58,7 @@
58
(eio (= :version))
59
(fmt (>= 0.8.9))
60
(kcas (and (>= 0.3.0) :with-test))
61
+ (mdx (and (>= 2.4.1) :with-test))
62
(alcotest (and (>= 1.7.0) :with-test))))
63
(package
64
(name eio_main)
eio_windows.opam
@@ -13,6 +13,7 @@ depends: [
13
"eio" {= version}
14
"fmt" {>= "0.8.9"}
15
"kcas" {>= "0.3.0" & with-test}
16
+ "mdx" {>= "2.4.1" & with-test}
17
"alcotest" {>= "1.7.0" & with-test}
18
"odoc" {with-doc}
19
]
lib_eio_windows/test/dune
@@ -1,3 +1,8 @@
1
+(mdx
2
+ (package eio_windows)
3
+ (enabled_if (= %{os_type} "Win32"))
4
+ (deps (package eio_windows)))
5
+
6
(test
7
(name test)
8
(package eio_windows)
0 commit comments