package ocamlbuild-pkg

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. descr : string;
  2. version : string;
  3. requires : string list;
  4. name : string;
  5. dir : Ocamlbuild_plugin.Pathname.t;
  6. modules : string list;
  7. private_modules : string list;
  8. subpackages : t list;
}
type pkg = {
  1. pkg_name : string;
  2. lib : t option;
  3. bins : Ocamlbuild_plugin.Pathname.t list;
}
val dispatcher : pkg -> Ocamlbuild_plugin.hook -> unit
OCaml

Innovation. Community. Security.