moonpool/dune-project
2024-06-25 14:47:45 -04:00

63 lines
1.3 KiB
Text

(lang dune 3.0)
(using mdx 0.2)
(name moonpool)
(version 0.6)
(generate_opam_files true)
(source
(github c-cube/moonpool))
(authors "Simon Cruanes")
(maintainers "Simon Cruanes")
(license MIT)
;(documentation https://url/to/documentation)
(package
(name moonpool)
(synopsis "Pools of threads supported by a pool of domains")
(depends
(ocaml (>= 4.08))
dune
(either (>= 1.0))
(trace :with-test)
(trace-tef :with-test)
(qcheck-core (and :with-test (>= 0.19)))
(odoc :with-doc)
(mdx
(and
(>= 1.9.0)
:with-test)))
(depopts
(trace (>= 0.6))
thread-local-storage)
(tags
(thread pool domain futures fork-join)))
(package
(name moonpool-io)
(synopsis "Non blocking IO for Moonpool based on Unix")
(depends
(ocaml (>= 5.0))
dune
(poll (and (>= 3.0) (< 4.0)))
(iostream (>= 0.2.2))
(trace :with-test))
(depopts
mtime)
(tags
(moonpool io unix async)))
(package
(name moonpool-lwt)
(synopsis "Event loop for moonpool based on Lwt-engine (experimental)")
(allow_empty) ; on < 5.0
(depends
(moonpool (= :version))
(ocaml (>= 5.0))
lwt
base-unix
(trace :with-test)
(trace-tef :with-test)
(odoc :with-doc)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project