module Debcudf:sig
..end
type
tables
typeextramap =
(string * (string * Cudf_types.typedecl1)) list
type
options = {
|
extras_opt : |
|||
|
native : |
(* |
the native architecture
| *) |
|
foreign : |
(* |
list of foreign architectures
| *) |
|
host : |
(* |
the host architecture - cross compile
| *) |
|
ignore_essential : |
|||
|
builds_from : |
(* |
whether to add the builds-from relationship from binary to source packages
| *) |
val default_options : options
val init_tables : ?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_version : tables ->
Cudf_types.pkgname * Cudf_types.version ->
Pef.Packages_types.name * Pef.Packages_types.version
val tocudf : tables ->
?options:options ->
?inst:bool -> Packages.package -> Cudf.package
tocudf tbl p
convert the a debian package representation to cudf.inst
: : set the Installed cudf fieldval preamble : Cudf.preamble
val load_universe : ?options:options -> Packages.package list -> Cudf.universe
val load_list : ?options:options -> Packages.package list -> Cudf.package list