Module Jenga_lib.Db.Process_proxy

type t
include sig ... end
val compare : t ‑> t ‑> int
val sexp_of_t : t ‑> Sexplib.Sexp.t
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