module Options: sig
.. end
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
include struct ... end
val explain : bool OptParse.Opt.t
val checkonly : (string * Debian.Format822.architecture option * Debian.Format822.version)
list OptParse.Opt.t
val failure : bool OptParse.Opt.t
val explain : bool OptParse.Opt.t
val summary : bool OptParse.Opt.t
val dump : bool OptParse.Opt.t
include struct ... end