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
type tables = {
  1. reverse_table : (string * int, string) ExtLib.Hashtbl.t;
  2. version_table : (string * string, int) ExtLib.Hashtbl.t;
}
val create : int -> tables
type options = {
  1. cv : bool;
}
val default_options : options
val add : ('a, 'b) ExtLib.Hashtbl.t -> 'a -> 'b -> unit
val add_pkg : tables -> string -> Cudf.package -> unit
val add_v2v : tables -> string -> int -> string -> unit
val parse_v2v : tables -> string -> unit
val init_tables : 'a -> Cudf.package list -> string -> tables
val get_real_version : tables -> (string * int) -> string
val get_cudf_version : tables -> (string * string) -> int
val tocudf : 'a -> 'a
val preamble : Cudf.preamble
OCaml

Innovation. Community. Security.