Module Stdune.Bin
Binaries from the PATH
val parse_path : ?sep:char -> string -> Path.t list
Parse a
PATH
like variable
val cons_path : Path.t -> _PATH:string option -> string
Add an entry to the contents of a
PATH
variable.
Stdune.Bin
Binaries from the PATH
val parse_path : ?sep:char -> string -> Path.t list
Parse a PATH
like variable
val cons_path : Path.t -> _PATH:string option -> string
Add an entry to the contents of a PATH
variable.