module BaseSetup:sig
..end
module Original: BaseSetup
typestd_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 = {
|
configure : |
|
build : |
|
doc : |
|
test : |
|
install : |
|
uninstall : |
|
clean : |
|
clean_doc : |
|
clean_test : |
|
distclean : |
|
distclean_doc : |
|
distclean_test : |
|
package : |
|
oasis_fn : |
|
oasis_version : |
|
oasis_digest : |
|
oasis_exec : |
|
oasis_setup_args : |
|
setup_update : |
val setup : t -> unit