Module StdOptions.DistribOptions
val deb_native_arch : string OptParse.Opt.tval deb_foreign_archs : string list OptParse.Opt.tval deb_host_arch : string OptParse.Opt.tval deb_ignore_essential : bool OptParse.Opt.tval deb_builds_from : bool OptParse.Opt.tval deb_drop_bd_indep : bool OptParse.Opt.tval deb_drop_bd_arch : bool OptParse.Opt.tval deb_profiles : string list OptParse.Opt.tval opam_switch : string OptParse.Opt.tval opam_switches : string list OptParse.Opt.tval opam_profiles : string list OptParse.Opt.tval default_options : string listval set_default_options : [> `Deb | `Edsp | `Opam | `Pef ] -> options optionval set_options : [> `Deb | `DebSrc | `Edsp | `Opam | `Pef ] -> options optionval deb_group : OptParse.OptParser.t -> OptParse.OptParser.groupval opam_group : OptParse.OptParser.t -> OptParse.OptParser.groupval add_debian_options : ?default:??? -> OptParse.OptParser.t -> unitval add_opam_options : ?default:??? -> OptParse.OptParser.t -> unitval add_option :
?group:??? ->
?short_name:??? ->
?long_name:??? ->
?help:??? ->
OptParse.OptParser.t ->
'a OptParse.Opt.t ->
unit