Module Stdune__.Bin
val parse_path : ?sep:char -> string -> Stdune.Path.t listParse a
PATHlike variable
val cons_path : Stdune.Path.t -> _PATH:string option -> stringAdd an entry to the contents of a
PATHvariable.
val which : path:Stdune.Path.t list -> string -> Stdune.Path.t optionLook for a program in the PATH
val best_prog : Stdune.Path.t -> string -> Stdune.Path.t optionReturn the .opt version of a tool if available. If the tool is not available at all in the given directory, returns
None.
val make : path:Stdune.Path.t list -> Stdune.Path.t option"make" program