Skip to content

Commit

Permalink
mdx: depend on moonpool
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 11, 2023
1 parent 5e9470b commit c6157ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
(env
(_ (flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-70)))

(mdx)
(mdx (libraries moonpool))

0 comments on commit c6157ac

Please sign in to comment.