Module Ocaml_config.Prog_and_args

type t = {
prog : string;
args : string list;
}