Module StdOptions

module StdOptions: sig .. end
give a list of positional arguments returns two list of resources, foreground and background. Positional arguments are assumed to be foreground resources.

include struct ... end
module type Ot = sig .. end
val vpkg_option : ?default:Debian.Format822.vpkg ->
?metavar:string -> unit -> Debian.Format822.vpkg OptParse.Opt.t
val vpkglist_option : ?default:Debian.Format822.vpkglist ->
?metavar:string -> unit -> Debian.Format822.vpkglist OptParse.Opt.t
val pkglist_option : ?default:(string * Debian.Format822.architecture option *
Debian.Format822.version)
list ->
?metavar:string ->
unit ->
(string * Debian.Format822.architecture option * Debian.Format822.version)
list OptParse.Opt.t
val incr_str_list : ?default:string list option ->
?metavar:string -> unit -> string list OptParse.Opt.t
val str_list_option : ?default:string list -> ?metavar:string -> unit -> string list OptParse.Opt.t
module MakeOptions: 
functor (O : Ot) -> sig .. end
module DistcheckOptions: sig .. end
module InputOptions: sig .. end
type options = 
| Deb of Debian.Debcudf.options
| Eclipse of Debian.Debcudf.options
| Edsp of Debian.Debcudf.options
| Cv of Cv.Cvcudf.options
| Csw
| Rpm
| Cudf
module DistribOptions: sig .. end