Module Apt-cudf.Options

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 dump : bool OptParse.Opt.t
val noop : bool OptParse.Opt.t
val solver : string OptParse.Opt.t
val criteria : string OptParse.Opt.t
val explain : bool OptParse.Opt.t
val conffile : string OptParse.Opt.t
val native_arch : string OptParse.Opt.t
val foreign_archs : string list OptParse.Opt.t