module Cam_new_project: sig
.. end
type
project_kind = [ `Library | `Tool | `Tool_and_library ]
val mod_args : string
val mod_config : string
val mod_constant : string
val mod_main : string
val mod_messages : string
val mod_misc : string
val mod_types : string
val default_ocaml_modules : (string * string * 'a list * 'b list) list
type
newp_options = {
|
mutable n_name : string ; |
|
mutable n_file_prefix : string ; |
|
mutable ocaml_modules : (string * string * string list * string list) list ; |
}
val new_project : 'a -> unit