Compare commits

..

1 commit

Author SHA1 Message Date
Simon Cruanes
2649452d10
prepare for 0.9
Some checks failed
github pages / Deploy doc (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / build-compat (push) Has been cancelled
Build and Test / format (push) Has been cancelled
2025-09-26 15:44:21 -04:00
3 changed files with 1 additions and 4 deletions

View file

@ -44,8 +44,6 @@
(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)

View file

@ -2,4 +2,4 @@
(name t_fibers) (name t_fibers)
(package moonpool) (package moonpool)
(optional) (optional)
(libraries moonpool moonpool.fib trace qcheck-core hmap)) (libraries moonpool moonpool.fib trace qcheck-core))

View file

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