mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
opam fixes
This commit is contained in:
parent
70018423ff
commit
9601621ebc
3 changed files with 4 additions and 1 deletions
|
|
@ -44,6 +44,8 @@
|
||||||
(depends
|
(depends
|
||||||
(moonpool (= :version))
|
(moonpool (= :version))
|
||||||
(ocaml (>= 5.0))
|
(ocaml (>= 5.0))
|
||||||
|
(qcheck-core (and :with-test (>= 0.19)))
|
||||||
|
(hmap :with-test)
|
||||||
lwt
|
lwt
|
||||||
base-unix
|
base-unix
|
||||||
(trace :with-test)
|
(trace :with-test)
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
(name t_fibers)
|
(name t_fibers)
|
||||||
(package moonpool)
|
(package moonpool)
|
||||||
(optional)
|
(optional)
|
||||||
(libraries moonpool moonpool.fib trace qcheck-core))
|
(libraries moonpool moonpool.fib trace qcheck-core hmap))
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
moonpool
|
moonpool
|
||||||
moonpool.fib
|
moonpool.fib
|
||||||
moonpool-lwt
|
moonpool-lwt
|
||||||
|
hmap
|
||||||
trace
|
trace
|
||||||
trace-tef
|
trace-tef
|
||||||
qcheck-core
|
qcheck-core
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue