Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Dec 20, 2024
1 parent 4a5d840 commit 342843b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
(package kcas)
(package kcas_data))
(enabled_if
(>= %{ocaml_version} 5.0.0))
(<= 5.0.0 %{ocaml_version}))
(files gkmz-with-read-only-cmp-ops.md scheduler-interop.md))

(test
(name simplified))
(package kcas)
(name simplified)
(build_if
(<= 5.0.0 %{ocaml_version}))
(libraries alcotest dscheck))
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
(and
(>= 1.8.0)
:with-test))
(dscheck
(and
(>= 0.5.0)
:with-test))
(qcheck-core
(and
(>= 0.21.2)
Expand Down
1 change: 1 addition & 0 deletions kcas.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"multicore-magic" {>= "2.3.0"}
"domain_shims" {>= "0.1.0" & with-test}
"alcotest" {>= "1.8.0" & with-test}
"dscheck" {>= "0.5.0" & with-test}
"qcheck-core" {>= "0.21.2" & with-test}
"qcheck-stm" {>= "0.3" & with-test}
"mdx" {>= "2.4.1" & with-test}
Expand Down

0 comments on commit 342843b

Please sign in to comment.