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 44 (package kcas)
55 (package kcas_data))
66 (enabled_if
7- (>= %{ocaml_version} 5.0.0))
7+ (<= 5.0.0 %{ocaml_version} ))
88 (files gkmz-with-read-only-cmp-ops.md scheduler-interop.md))
99
1010(test
11- (name simplified))
11+ (package kcas)
12+ (name simplified)
13+ (enabled_if
14+ (<= 5.0.0 %{ocaml_version}))
15+ (libraries alcotest dscheck))
Original file line number Diff line number Diff line change 4848 ( and
4949 ( >= 1 .8.0)
5050 :with -test) )
51+ ( dscheck
52+ ( and
53+ ( >= 0 .5.0)
54+ :with -test) )
5155 ( qcheck-core
5256 ( and
5357 ( >= 0 .21.2)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ depends: [
2424 "multicore-magic" {>= "2.3.0"}
2525 "domain_shims" {>= "0.1.0" & with-test}
2626 "alcotest" {>= "1.8.0" & with-test}
27+ "dscheck" {>= "0.5.0" & with-test}
2728 "qcheck-core" {>= "0.21.2" & with-test}
2829 "qcheck-stm" {>= "0.3" & with-test}
2930 "mdx" {>= "2.4.1" & with-test}
You can’t perform that action at this time.
0 commit comments