Module Vcaml.Channel_info

type t = Vcaml__.Types.Chan_info.t = {
id : int;
stream : [ `Stdio | `Stderr | `Socket | `Job ];
mode : [ `Bytes | `Terminal | `Rpc ];
pty : string option;
buffer : Vcaml__.Types.Buf.t option;
client : Vcaml__.Types.Client_info.t option;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_msgpack : Msgpack.t -> t Core.Or_error.t