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_deb_options : unit -> Dose_debian.Debcudf.optionsval set_opam_options : unit -> Dose_opam2.Opamcudf.optionsval 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:string list -> OptParse.OptParser.t -> unitval add_opam_options : ?default:string list -> OptParse.OptParser.t -> unitval add_option : ?group:OptParse.OptParser.group -> ?short_name:char -> ?long_name:string -> ?help:string -> OptParse.OptParser.t -> 'a OptParse.Opt.t -> unit