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;
subpackages : t list;
}
val dispatcher :
Ocamlbuild_plugin.Pathname.t ->
t ->
Ocamlbuild_plugin.hook ->
unit