package dose3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Pcre = Re_pcre
val label : string
val info : ('a, unit, string, unit) format4 -> 'a
val notice : ('a, unit, string, unit) format4 -> 'a
val warning : ('a, unit, string, unit) format4 -> 'a
val debug : ('a, unit, string, unit) format4 -> 'a
val fatal : ('a, unit, string, 'b) format4 -> 'a
val blank_regexp : Pcre.regexp
val parse_inst : in_channel -> (string * string, unit) ExtLib.Hashtbl.t
val parse_inst_from_cmd : string -> (string * string, unit) ExtLib.Hashtbl.t
val parse_inst_from_file : string -> (string * string, unit) ExtLib.Hashtbl.t
val parse_popcon : string -> int * string * int
type apt_req =
  1. | Install of Pef.Packages_types.vpkgreq list
  2. | Remove of Pef.Packages_types.vpkgreq list
  3. | Upgrade of Pef.Packages_types.suite option
  4. | DistUpgrade of Pef.Packages_types.suite option
val parse_req : string -> string -> Pef.Packages_types.vpkgreq
val parse_pkg_req : Pef.Packages_types.suite option -> string -> Pef.Packages_types.action option * ((string * Pef.Packages_types.architecture option) * Pef.Packages_types.constr option) * Pef.Packages_types.suite option
val parse_request_apt : string -> apt_req
val parse_request_aptitude : string -> apt_req
module Pref : sig ... end
val comma_regexp : Pcre.regexp
val eq_regexp : Pcre.regexp
val di_regexp : Pcre.regexp
val al_regexp : Pcre.regexp
val parse_pref_labels : string -> (string * string) list
val general_regexp : Pcre.regexp
val parse_pref_package : ('a * ('b * string)) -> Pref.package_t
val pin_regexp : Pcre.regexp
val parse_pin : ('a * ('b * string)) -> Pref.pin_t
val parse_preferences_stanza : Common.Format822.stanza -> Pref.apt_preferences
val preferences_parser : (Common.Format822.stanza -> 'a) -> 'a list -> Common.Format822.f822_parser -> 'a list
val parse_preferences_in : IO.input -> Pref.apt_preferences list