type build_args = {mutable arg_switch : Types.switch_arg option;mutable arg_yes : bool;mutable arg_edition : string option;mutable arg_upgrade : bool;mutable arg_profile : string option;
}val build_args :
unit ->
build_args
* (string list * Ezcmd.V2.EZCMD.TYPES.Arg.spec * Ezcmd.V2.EZCMD.TYPES.info)
listval build :
args:build_args ->
?setup_opam:bool ->
?build_deps:bool ->
?force_build_deps:bool ->
?dev_deps:bool ->
?force_dev_deps:bool ->
?build:bool ->
?extra_packages:string list ->
unit ->
Types.project