moonpool/src/unix/dune
2024-06-21 15:22:57 -04:00

12 lines
352 B
Text

(library
(name moonpool_unix)
(public_name moonpool.unix)
(optional)
(synopsis "Simple Unix-based event loop for moonpool")
(private_modules common_)
(libraries moonpool moonpool.fib unix
(select time.ml from
(mtime mtime.os.clock -> time.mtime.ml)
(-> time.unix.ml))
))