DaemonThis module provides support for daemonizing a process. It provides flexibility as to where the standard file descriptors (stdin, stdout and stderr) are connected after daemonization has occurred.
Library core.lock_file_blocking
Lock_file_blockingMutual exclusion between processes using flock and lockf. A file is considered locked only if both of these mechanisms work.
Library core.nano_mutex
Nano_mutexA nano-mutex is a lightweight mutex that can be used only within a single OCaml runtime.
Library core.process_env
Process_envUtility functions for dealing with the environment.