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.
val label : string
include struct ... end
module type Ot = sig
.. end
val vpkg_option : ?default:Debian.Packages_types.vpkg ->
?metavar:string -> unit -> Debian.Packages_types.vpkg OptParse.Opt.t
val vpkglist_option : ?default:Debian.Packages_types.vpkglist ->
?metavar:string -> unit -> Debian.Packages_types.vpkglist OptParse.Opt.t
val pkglist_option : ?default:(string * Debian.Packages_types.architecture option *
Debian.Packages_types.version)
list ->
?metavar:string ->
unit ->
(string * Debian.Packages_types.architecture option *
Debian.Packages_types.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
val create_group : OptParse.OptParser.group option Pervasives.ref ->
string -> OptParse.OptParser.t -> OptParse.OptParser.group
module DistcheckOptions: sig
.. end
module OutputOptions: sig
.. end
module InputOptions: sig
.. end
type
options =
| |
Deb of Debian.Debcudf.options |
| |
Pef of Debian.Debcudf.options |
| |
Edsp of Debian.Debcudf.options |
| |
Csw |
| |
Rpm |
| |
Cudf |
module DistribOptions: sig
.. end