package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val compare : t -> t -> int
val create : dir:Path.t -> prog:string -> args:string list -> ignore_stderr:bool -> sandbox:Sandbox_kind.t -> t
val dir : t -> Path.t
val prog : t -> string
val args : t -> string list
val ignore_stderr : t -> bool
val sandbox : t -> Sandbox_kind.t