Compare commits

..

2 commits

Author SHA1 Message Date
Simon Cruanes
0e5a2896ef
prepare for 0.9
Some checks are pending
github pages / Deploy doc (push) Waiting to run
Build and Test / build (push) Waiting to run
Build and Test / build-compat (push) Waiting to run
Build and Test / format (push) Waiting to run
2025-09-29 08:51:42 -04:00
Simon Cruanes
9601621ebc
opam fixes 2025-09-29 08:51:42 -04:00
3 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -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))

View file

@ -8,6 +8,7 @@
moonpool
moonpool.fib
moonpool-lwt
hmap
trace
trace-tef
qcheck-core