package dose

  1. Overview
  2. Docs
type tables
type extramap = (string * (string * Cudf_types.typedecl1)) list
type options = {
  1. extras_opt : extramap;
  2. native : string option;
  3. foreign : string list;
  4. host : string option;
  5. ignore_essential : bool;
}
val default_options : options
val init_tables : ?step:int -> ?versionlist:Format822.version list -> Packages.package list -> tables
val clear : tables -> unit
val get_cudf_version : tables -> (Format822.name * Format822.version) -> int
val tocudf : tables -> ?options:options -> ?inst:bool -> Packages.package -> Cudf.package
val lltocudf : ?enc:bool -> tables -> Format822.vpkg list list -> Cudf_types.vpkgformula
val ltocudf : ?enc:bool -> tables -> Format822.vpkg list -> Cudf_types.vpkglist
val preamble : Cudf.preamble
val load_universe : ?options:options -> Packages.package list -> Cudf.universe
val load_list : ?options:options -> Packages.package list -> Cudf.package list