Module Ocaml_dependencies


module Ocaml_dependencies: sig .. end
Ocaml dependencies

exception Circular_dependencies of string list * string
module type INPUT = sig .. end
Give to this module a way to access libraries, packages, and dependencies between files.
module Make: 
functor (I : INPUT) -> sig .. end
Wait an INPUT module and gives a function to compute the transitive closure of caml file takeing in account libraries and packages.