|
7 | 7 | (authors "KC Sivaramakrishnan")
|
8 | 8 | (maintainers "Carine Morel" "KC Sivaramakrishnan" "Sudha Parimala")
|
9 | 9 | (documentation "https://ocaml-multicore.github.io/saturn/")
|
| 10 | + |
10 | 11 | (package
|
11 | 12 | (name saturn)
|
12 | 13 | (synopsis "Collection of parallelism-safe data structures for Multicore OCaml")
|
13 | 14 | (depends
|
14 | 15 | (ocaml (>= 4.13))
|
15 | 16 | (domain_shims (and (>= 0.1.0) :with-test))
|
16 | 17 | (saturn_lockfree (= :version))
|
17 |
| - (multicore-magic (and (>= 2.1.0) :with-test)) |
| 18 | + (multicore-magic (and (>= 2.3.0) :with-test)) |
18 | 19 | (multicore-bench (and (>= 0.1.2) :with-test))
|
| 20 | + (multicore-magic-dscheck (and (>= 2.3.0) :with-test)) |
19 | 21 | (backoff (and (>= 0.1.0) :with-test))
|
20 | 22 | (alcotest (and (>= 1.7.0) :with-test))
|
21 | 23 | (qcheck (and (>= 0.21.3) :with-test))
|
22 | 24 | (qcheck-stm (and (>= 0.3) :with-test))
|
23 | 25 | (qcheck-alcotest (and (>= 0.21.3) :with-test))
|
24 | 26 | (yojson (and (>= 2.0.2) :with-test))
|
25 |
| - (dscheck (and (>= 0.4.0) :with-test)) |
| 27 | + (dscheck (and (>= 0.5.0) :with-test)) |
26 | 28 | (sherlodoc (and (>= 0.2) :with-doc))
|
27 | 29 | (odoc (and (>= 2.4.1) :with-doc))))
|
| 30 | + |
28 | 31 | (package
|
29 | 32 | (name saturn_lockfree)
|
30 | 33 | (synopsis "Collection of lock-free data structures for Multicore OCaml")
|
31 | 34 | (depends
|
32 | 35 | (ocaml (>= 4.13))
|
33 | 36 | (domain_shims (and (>= 0.1.0) :with-test))
|
34 | 37 | (backoff (>= 0.1.0))
|
35 |
| - (multicore-magic (>= 2.1.0)) |
| 38 | + (multicore-magic (>= 2.3.0)) |
| 39 | + (multicore-magic-dscheck (and (>= 2.3.0) :with-test)) |
36 | 40 | (alcotest (and (>= 1.7.0) :with-test))
|
37 | 41 | (qcheck (and (>= 0.21.3) :with-test))
|
38 | 42 | (qcheck-core (and (>= 0.21.3) :with-test))
|
39 | 43 | (qcheck-stm (and (>= 0.3) :with-test))
|
40 | 44 | (qcheck-multicoretests-util (and (>= 0.3) :with-test))
|
41 | 45 | (qcheck-alcotest (and (>= 0.21.3) :with-test))
|
42 | 46 | (yojson (and (>= 2.0.2) :with-test))
|
43 |
| - (dscheck (and (>= 0.4.0) :with-test)) |
| 47 | + (dscheck (and (>= 0.5.0) :with-test)) |
44 | 48 | (sherlodoc (and (>= 0.2) :with-doc))
|
45 | 49 | (odoc (and (>= 2.4.1) :with-doc))))
|
0 commit comments