mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-09 20:55:35 -05:00
12 lines
352 B
Text
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))
|
|
))
|