package dune

  1. Overview
  2. Docs
Fast, portable and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.6.3.tbz
sha256=bfd52160d88578c404af1267abfba6eb4928988e51aef0e92dbebdea1607ae36
md5=1212a36547d25269675d767c38fecf5f

doc/dune._stdune/Stdune/Bin/index.html

Module Stdune.Bin

OCaml binaries

val path_sep : char

Character used to separate entries in PATH and similar environment variables

val parse_path : ?sep:char -> string -> Path.t list

Parse a PATH like variable

val cons_path : Path.t -> _PATH:string option -> string
val exe : string

Extension to append to executable filenames

val which : path:Path.t list -> string -> Path.t option

Look for a program in the PATH

val best_prog : Path.t -> string -> 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:Path.t list -> Path.t option

"make" program

OCaml

Innovation. Community. Security.