package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

core v0.14.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

core

Documentation:

  • Core Core is an extension of Core_kernel with Unix APIs. The unmodified libraries can be found there.

core.bigbuffer_blocking

Documentation:

core.bigstring_unix

Documentation:

core.daemon

Documentation:

  • Daemon This 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.

core.error_checking_mutex

Documentation:

core.iobuf_unix

Documentation:

core.linux_ext

Documentation:

  • Linux_ext Interface to Linux-specific system calls.

core.lock_file_blocking

Documentation:

  • Lock_file_blocking Mutual exclusion between processes using flock and lockf. A file is considered locked only if both of these mechanisms work.

core.nano_mutex

Documentation:

  • Nano_mutex A nano-mutex is a lightweight mutex that can be used only within a single OCaml runtime.

core.process_env

Documentation:

  • Process_env Utility functions for dealing with the environment.

core.squeue

Documentation:

  • Squeue Thread-safe queue module, using locks.

core.syslog

Documentation:

  • Syslog Send log messages via the Unix Syslog interface.

core.time_stamp_counter

Documentation:

core.top

Documentation:

core.uuid

Documentation: