Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Aug 29, 2024
1 parent e53986d commit cdb80c8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/fib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cdb80c8

Please sign in to comment.