package bistro

  1. Overview
  2. Docs
module Allocator : sig ... end
module Db : sig ... end

A database to cache workflow result and execution traces

module Docker : sig ... end
module Eval_thread : sig ... end

Lwt threads that accumulate errors

module Execution_env : sig ... end
module Execution_trace : sig ... end
module Local_backend : sig ... end
module Logger : sig ... end
module Lwt_queue : sig ... end
module Misc : sig ... end
module Path : sig ... end

Helper functions to represent paths as string lists. For absolute paths, the first element of the list is "/".

module Scheduler : sig ... end
module Shell_command : sig ... end
module Singularity : sig ... end