File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
(package kcas)
5
5
(package kcas_data))
6
6
(enabled_if
7
- (>= %{ocaml_version} 5.0.0))
7
+ (<= 5.0.0 %{ocaml_version} ))
8
8
(files gkmz-with-read-only-cmp-ops.md scheduler-interop.md))
9
9
10
10
(test
11
- (name simplified))
11
+ (package kcas)
12
+ (name simplified)
13
+ (build_if
14
+ (<= 5.0.0 %{ocaml_version}))
15
+ (libraries alcotest dscheck))
Original file line number Diff line number Diff line change 48
48
( and
49
49
( >= 1 .8.0)
50
50
:with -test) )
51
+ ( dscheck
52
+ ( and
53
+ ( >= 0 .5.0)
54
+ :with -test) )
51
55
( qcheck-core
52
56
( and
53
57
( >= 0 .21.2)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ depends: [
24
24
"multicore-magic" {>= "2.3.0"}
25
25
"domain_shims" {>= "0.1.0" & with-test}
26
26
"alcotest" {>= "1.8.0" & with-test}
27
+ "dscheck" {>= "0.5.0" & with-test}
27
28
"qcheck-core" {>= "0.21.2" & with-test}
28
29
"qcheck-stm" {>= "0.3" & with-test}
29
30
"mdx" {>= "2.4.1" & with-test}
You can’t perform that action at this time.
0 commit comments