package ocamlbuild

  1. Overview
  2. Docs
type backtrace = private
  1. | Leaf of Pathname.t
  2. | Choice of backtrace list
  3. | Depth of Pathname.t * backtrace
  4. | Target of string * backtrace
exception Failed of backtrace
exception Circular of Pathname.t * Pathname.t list
val solve : Pathname.t -> unit
val solve_target : string -> Pathname.t list -> Pathname.t