Skip to content

Commit

Permalink
Add mdx deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrm committed Oct 28, 2024
1 parent 3a47ea4 commit fd85794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
(ocaml (>= 4.13))
(domain_shims (and (>= 0.1.0) :with-test))
(saturn_lockfree (= :version))
(mdx (and (>= 0.4) :with-test))
(multicore-magic (and (>= 2.3.0) :with-test))
(multicore-bench (and (>= 0.1.2) :with-test))
(multicore-magic-dscheck (and (>= 2.3.0) :with-test))
Expand All @@ -38,6 +39,7 @@
(backoff (>= 0.1.0))
(multicore-magic (>= 2.3.0))
(multicore-magic-dscheck (and (>= 2.3.0) :with-test))
(mdx (and (>= 0.4) :with-test))
(alcotest (and (>= 1.7.0) :with-test))
(qcheck (and (>= 0.21.3) :with-test))
(qcheck-core (and (>= 0.21.3) :with-test))
Expand Down
1 change: 1 addition & 0 deletions saturn.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.13"}
"domain_shims" {>= "0.1.0" & with-test}
"saturn_lockfree" {= version}
"mdx" {>= "0.4" & with-test}
"multicore-magic" {>= "2.3.0" & with-test}
"multicore-bench" {>= "0.1.2" & with-test}
"multicore-magic-dscheck" {>= "2.3.0" & with-test}
Expand Down
1 change: 1 addition & 0 deletions saturn_lockfree.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"backoff" {>= "0.1.0"}
"multicore-magic" {>= "2.3.0"}
"multicore-magic-dscheck" {>= "2.3.0" & with-test}
"mdx" {>= "0.4" & with-test}
"alcotest" {>= "1.7.0" & with-test}
"qcheck" {>= "0.21.3" & with-test}
"qcheck-core" {>= "0.21.3" & with-test}
Expand Down

0 comments on commit fd85794

Please sign in to comment.