package tezos-stdlib-unix

  1. Overview
  2. Docs
module Animation : sig ... end
module File_descriptor_sink : sig ... end

An implementation of Tezos_base.Internal_event.SINK which writes the events as JSON or pretty printed into a single file-descriptor.

module File_event_sink : sig ... end

An implementation of Tezos_base.Internal_event.SINK which writes the events as JSON files in a given directory structure.

module Lwt_lock_file : sig ... end

Simple abstraction over Unix lockfiles

module Lwt_log_sink_unix : sig ... end
module Lwt_utils_unix : sig ... end
module Moving_average : sig ... end

Moving averages.

module Sys_info : sig ... end
module Systime_os : sig ... end
module Utils : sig ... end