Functor BoilerplateNoRpm.MakeDistribOptions


module MakeDistribOptions: 
functor (O : sig
val options : OptParse.OptParser.t
end) -> sig .. end
Parameters:
O : sig val options : OptParse.OptParser.t end

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 -> BoilerplateNoRpm.options option