Module Os_ipcSource

Sourcetype server
Sourcetype context
Sourcetype client = {
  1. context : context;
  2. wd : string;
  3. environ : string;
  4. argv : string array;
}
Sourceval server_setup : string -> string -> server option
Sourceval server_accept : server -> timeout:float -> client option
Sourceval server_close : server -> unit
Sourceval context_setup : context -> unit
Sourceval context_close : context -> return_code:int -> unit
Sourceval merlin_set_environ : string -> unit

completely replace the environment

Sourceval merlin_dont_inherit_stdio : bool -> unit