Private.Ipc
type 'a t
val cmd : 'a t -> Cmd.t
val codec : 'a t -> 'a Codec.t
val answer : 'a t -> fpath
val pkg : unit -> Pkg.t t
val lint_custom : unit -> R.msg result list option t
val distrib_prepare : dist_build_dir:fpath -> name:string -> version:string -> opam:fpath -> opam_adds:string -> fpath list result t