sig
  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 checkonly :
    (string * Debian.Format822.architecture option * Debian.Format822.version)
    list OptParse.Opt.t
  val brokenlist : bool OptParse.Opt.t
  val downgrades : bool OptParse.Opt.t
  val cluster : bool OptParse.Opt.t
end