dose3-extra.doseparse
Dose_doseparse.StdOptions
dose3-extra
dose3-extra.debian
dose3-extra.npm
dose3-extra.opam2
dose3-extra.opencsw
dose3-extra.pef
include sig ... end
val it : Dose_common__Util.Info.t
val info : ('a, unit, string, unit) format4 -> 'a
val nt : Dose_common__Util.Notice.t
val notice : ('a, unit, string, unit) format4 -> 'a
val wt : Dose_common__Util.Warning.t
val warning : ('a, unit, string, unit) format4 -> 'a
val dt : Dose_common__Util.Debug.t
val debug : ('a, unit, string, unit) format4 -> 'a
val fatal : ('a, unit, string, 'b) format4 -> 'a
module type Ot = sig ... end
val vpkg_option : ?default:??? -> ?metavar:??? -> unit -> Dose_pef.Packages_types.vpkg OptParse.Opt.t
val vpkglist_option : ?default:??? -> ?metavar:??? -> unit -> Dose_pef.Packages_types.vpkglist OptParse.Opt.t
val pkglist_option : ?default:??? -> ?metavar:??? -> unit -> (string * Dose_pef.Packages_types.architecture option * Dose_pef.Packages_types.version) list OptParse.Opt.t
val criteria_option : ?default:??? -> ?metavar:??? -> unit -> Dose_extra.Criteria_types.criteria OptParse.Opt.t
val incr_str_list : ?default:??? -> ?metavar:??? -> unit -> string list OptParse.Opt.t
val str_list_option : ?default:??? -> ?metavar:??? -> unit -> string list OptParse.Opt.t
module MakeOptions (O : Ot) : sig ... end
val create_group : OptParse.OptParser.group option ref -> string -> OptParse.OptParser.t -> OptParse.OptParser.group
module DistcheckOptions : sig ... end
module OutputOptions : sig ... end
module InputOptions : sig ... end
type options =
| Deb of Dose_debian.Debcudf.options
| Pef of Dose_debian.Debcudf.options
| Opam of Dose_opam2.Opamcudf.options
| Edsp of Dose_debian.Debcudf.options
| Csw
| Rpm
| Cudf
module DistribOptions : sig ... end