Module BaseDev


module BaseDev: sig .. end
Entry points for 'setup.ml' in dev mode
Author(s): Sylvain Le Gall


type t = {
   oasis_cmd : OASISTypes.prog; (*Program to regenerate the build system.*)
}
val update_and_run : t -> unit
Run 'oasis setup' command line tool to regenerate a build system and and run it.
val make : ?oasis_exec:string ->
OASISPlugin.context_act ->
OASISTypes.package -> OASISPlugin.context_act * t
Create a 'setup.ml' that calls BaseDev.update_and_run. Not exported.
val odn_of_t : t -> ODN.t
Dump ODN.t. Not exported.