package ocamlbuild

  1. Overview
  2. Docs
exception Circular_dependencies of string list * string
module type INPUT = sig ... end
module Make (I : INPUT) : sig ... end