Volgo_git_unix.Make_runtimeThis module implements the handling of running the git and hg processes in a blocking fashion.
module type S = sig ... endmodule type M = sig ... endmodule Make (M : M) : S with type process_output := M.Output.tmodule Private : sig ... end