Skip to content

Commit 342843b

Browse files
committed
Dependencies
1 parent 4a5d840 commit 342843b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/dune

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
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+
(build_if
14+
(<= 5.0.0 %{ocaml_version}))
15+
(libraries alcotest dscheck))

dune-project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
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)

kcas.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)