mdx: depend on moonpool

This commit is contained in:
Simon Cruanes 2023-06-11 12:37:16 -04:00
parent 5e9470b750
commit c6157ac84d
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,6 @@ but the threads are spread across multiple domains (on OCaml 5), which enables
parallelism.
```ocaml
# #require "moonpool";;
# let pool = Moonpool.Pool.create ~min:4 ();;
val pool : Moonpool.Pool.t = <abstr>

2
dune
View file

@ -2,4 +2,4 @@
(env
(_ (flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-70)))
(mdx)
(mdx (libraries moonpool))