Up

module BaseGenerate

: sig

Generate 'setup.ml' and other files

Author Sylvain Le Gall
#
val restore : ?msg:OASISContext.t -> unit -> unit

Restore generated files, when generate has been called with ~restore:true. Not exported.

#
val generate : ?msg:OASISContext.t -> restore:bool -> backup:bool -> setup_fn:OASISTypes.host_filename -> ?oasis_exec:OASISTypes.host_filename -> ?oasis_fn:OASISTypes.host_filename -> ?oasis_setup_args:string list -> OASISSetupUpdate.t -> OASISTypes.package -> OASISFileTemplate.file_generate_change list

Generate 'setup.ml' file and the rest of the build system. Not exported.

end