package oasis

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Original = BaseSetup
type std_args_fun = OASISTypes.package -> string array -> unit
type ('a, 'b) section_args_fun = OASISTypes.name * (OASISTypes.package -> (OASISTypes.common_section * 'a) -> string array -> 'b)
type t = {
  1. configure : std_args_fun;
  2. build : std_args_fun;
  3. doc : (OASISTypes.doc, unit) section_args_fun list;
  4. test : (OASISTypes.test, float) section_args_fun list;
  5. install : std_args_fun;
  6. uninstall : std_args_fun;
  7. clean : std_args_fun list;
  8. clean_doc : (OASISTypes.doc, unit) section_args_fun list;
  9. clean_test : (OASISTypes.test, unit) section_args_fun list;
  10. distclean : std_args_fun list;
  11. distclean_doc : (OASISTypes.doc, unit) section_args_fun list;
  12. distclean_test : (OASISTypes.test, unit) section_args_fun list;
  13. package : OASISTypes.package;
  14. oasis_fn : string option;
  15. oasis_version : string;
  16. oasis_digest : Digest.t option;
  17. oasis_exec : string option;
  18. oasis_setup_args : string list;
  19. setup_update : bool;
}
val setup : t -> unit
OCaml

Innovation. Community. Security.