functor (O : sig val options : OptParse.OptParser.t end) ->
sig
val deb_foreign_arch : string list OptParse.Opt.t
val deb_native_arch : string OptParse.Opt.t
val deb_host_arch : string OptParse.Opt.t
val deb_build_arch : string OptParse.Opt.t
val deb_ignore_essential : bool OptParse.Opt.t
val set_options : Common.Url.input_scheme -> Boilerplate.options option
end