mirror of
https://github.com/c-cube/moonpool.git
synced 2026-01-28 12:14:51 -05:00
13 lines
334 B
Text
13 lines
334 B
Text
|
|
(library
|
|
(name moonpool_fib)
|
|
(public_name moonpool.fib)
|
|
(synopsis "Fibers and structured concurrency for Moonpool")
|
|
(libraries moonpool)
|
|
(enabled_if
|
|
(>= %{ocaml_version} 5.0))
|
|
(flags :standard -open Moonpool_private -open Moonpool)
|
|
(optional)
|
|
(preprocess
|
|
(action
|
|
(run %{project_root}/src/cpp/cpp.exe %{input-file}))))
|