Os_ipc
type server
type context
type client = {
context : Os_ipc.context;
wd : string;
environ : string;
argv : string array;
}
val server_setup : string -> string -> Os_ipc.server option
val server_accept : Os_ipc.server -> timeout:float -> Os_ipc.client option
val server_close : Os_ipc.server -> unit
val context_setup : Os_ipc.context -> unit
val context_close : Os_ipc.context -> return_code:int -> unit
val merlin_set_environ : string -> unit
completely replace the environment
val merlin_dont_inherit_stdio : bool -> unit