sig
  val description : string
  val options :
    ?usage:string ->
    ?version:string ->
    ?suppress_usage:bool ->
    ?suppress_help:bool ->
    ?prog:string ->
    ?formatter:OptParse.Formatter.t -> unit -> OptParse.OptParser.t
  val verbose : int OptParse.Opt.t
  val quiet : bool OptParse.Opt.t
  val progress : bool OptParse.Opt.t
  val timers : bool OptParse.Opt.t
  val options : OptParse.OptParser.t
  val inputtype : string OptParse.Opt.t
  val successes : bool OptParse.Opt.t
  val failures : bool OptParse.Opt.t
  val explain : bool OptParse.Opt.t
  val minimal : bool OptParse.Opt.t
  val summary : bool OptParse.Opt.t
  val latest : bool OptParse.Opt.t
  val checkonly : Debian.Format822.vpkglist OptParse.Opt.t
  val coinst : Debian.Format822.vpkglist OptParse.Opt.t
  val outfile : string OptParse.Opt.t
  val background : string list OptParse.Opt.t
  val foreground : string list OptParse.Opt.t
  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