mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 16:16:48 -05:00
Compare commits
2 commits
2649452d10
...
0e5a2896ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e5a2896ef | ||
|
|
9601621ebc |
3 changed files with 4 additions and 1 deletions
|
|
@ -44,6 +44,8 @@
|
|||
(depends
|
||||
(moonpool (= :version))
|
||||
(ocaml (>= 5.0))
|
||||
(qcheck-core (and :with-test (>= 0.19)))
|
||||
(hmap :with-test)
|
||||
lwt
|
||||
base-unix
|
||||
(trace :with-test)
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
(name t_fibers)
|
||||
(package moonpool)
|
||||
(optional)
|
||||
(libraries moonpool moonpool.fib trace qcheck-core))
|
||||
(libraries moonpool moonpool.fib trace qcheck-core hmap))
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
moonpool
|
||||
moonpool.fib
|
||||
moonpool-lwt
|
||||
hmap
|
||||
trace
|
||||
trace-tef
|
||||
qcheck-core
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue