Module Stdune__.Bin
val parse_path : ?sep:char -> string -> Stdune.Path.t list
Parse a
PATH
like variable
val cons_path : Stdune.Path.t -> _PATH:string option -> string
Add an entry to the contents of a
PATH
variable.
val which : path:Stdune.Path.t list -> string -> Stdune.Path.t option
Look for a program in the PATH
val best_prog : Stdune.Path.t -> string -> Stdune.Path.t option
Return 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