mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-09 20:55:35 -05:00
format
This commit is contained in:
parent
e53986d7b4
commit
cdb80c8ed5
1 changed files with 8 additions and 5 deletions
13
src/fib/dune
13
src/fib/dune
|
|
@ -2,11 +2,14 @@
|
|||
(name moonpool_fib)
|
||||
(public_name moonpool.fib)
|
||||
(synopsis "Fibers and structured concurrency for Moonpool")
|
||||
(libraries moonpool picos
|
||||
(select hmap_fls.ml from
|
||||
(hmap -> hmap_fls.real.ml)
|
||||
(-> hmap_fls.dummy.ml)
|
||||
))
|
||||
(libraries
|
||||
moonpool
|
||||
picos
|
||||
(select
|
||||
hmap_fls.ml
|
||||
from
|
||||
(hmap -> hmap_fls.real.ml)
|
||||
(-> hmap_fls.dummy.ml)))
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(flags :standard -open Moonpool_private -open Moonpool)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue