package dose3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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;
  6. builds_from : bool;
  7. drop_bd_indep : bool;
  8. profiles : string list;
}
val default_options : options
val init_tables : ?options:options -> ?step:int -> ?versionlist:Pef.Packages_types.version list -> Packages.package list -> tables
val clear : tables -> unit
val get_cudf_version : tables -> (Pef.Packages_types.name * Pef.Packages_types.version) -> int
val get_real_name : Cudf_types.pkgname -> string * string option
val get_essential : ?options:options -> tables -> (Cudf_types.vpkglist * Cudf.package list) list
val tocudf : tables -> ?options:options -> ?inst:bool -> Packages.package -> Cudf.package
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