package dose

  1. Overview
  2. Docs
val info : ('a, unit, string, unit) Pervasives.format4 -> 'a
val notice : ('a, unit, string, unit) Pervasives.format4 -> 'a
val warning : ('a, unit, string, unit) Pervasives.format4 -> 'a
val debug : ('a, unit, string, unit) Pervasives.format4 -> 'a
val fatal : ('a, unit, string, 'b) Pervasives.format4 -> 'a
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 (O : Ot) : sig ... end
module DistcheckOptions : sig ... end
module InputOptions : sig ... end
type options =
  1. | Deb of Debian.Debcudf.options
  2. | Eclipse of Debian.Debcudf.options
  3. | Edsp of Debian.Debcudf.options
  4. | Cv of Cv.Cvcudf.options
  5. | Csw
  6. | Rpm
  7. | Cudf
module DistribOptions : sig ... end