package dockerfile-cmd

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. arg : string;
  2. seq : int;
  3. host : string;
  4. start_time : float;
  5. run_time : float;
  6. send : int;
  7. receive : int;
  8. exit_code : int;
  9. signal : int;
  10. command : string;
  11. build_logfiles : (string * string) option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t