Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
descr : string;
version : string;
requires : string list;
name : string;
dir : Ocamlbuild_plugin.Pathname.t;
modules : string list;
private_modules : string list;
subpackages : t list;
}
val dispatcher : pkg -> Ocamlbuild_plugin.hook -> unit