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 success : bool OptParse.Opt.t
  val failure : bool OptParse.Opt.t
  val explain : bool OptParse.Opt.t
  val minimal : bool OptParse.Opt.t
  val summary : bool OptParse.Opt.t
  val default_options : string list
  val add_options : ?default:string list -> OptParse.OptParser.t -> unit
  val trim : bool OptParse.Opt.t
  val latest : bool OptParse.Opt.t
  val checkonly : Debian.Format822.vpkglist OptParse.Opt.t
  val background : string list OptParse.Opt.t
  val foreground : string list OptParse.Opt.t
  val outfile : string OptParse.Opt.t
  val default_options : string list
  val parse_cmdline :
    Common.Url.filetypes * bool -> string list -> string list * string list
  val add_options : ?default:string list -> OptParse.OptParser.t -> unit
  val deb_native_arch : string OptParse.Opt.t
  val deb_foreign_archs : string list OptParse.Opt.t
  val deb_host_arch : string OptParse.Opt.t
  val deb_ignore_essential : bool OptParse.Opt.t
  val inputtype : string OptParse.Opt.t
  val int_versions : bool OptParse.Opt.t
  val default_options : string list
  val set_deb_options : unit -> Debian.Debcudf.options
  val set_cv_options : unit -> Cv.Cvcudf.options
  val set_default_options :
    [> `Cv | `Deb | `Eclipse | `Edsp ] -> Doseparse.StdOptions.options option
  val set_options :
    [> `Cv | `Deb | `Eclipse | `Edsp ] -> Doseparse.StdOptions.options option
  val add_options : ?default:string list -> OptParse.OptParser.t -> unit
  val coinst : Debian.Format822.vpkglist OptParse.Opt.t
end