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
| *) |
|
drop_bd_indep : |
(* |
whether or not to ignore the Build-Depends-Indep field
| *) |
|
drop_bd_arch : |
(* |
whether or not to ignore the Build-Depends-Arch field
| *) |
|
profiles : |
(* |
list of active build profiles
| *) |
val default_options : options
val init_tables : ?options:options ->
?step:int ->
?versionlist:Pef.Packages_types.version list ->
Debian.Packages.package list -> tablesval clear : tables -> unitval get_cudf_version : tables ->
Pef.Packages_types.name * Pef.Packages_types.version -> int
val get_real_name : Cudf_types.pkgname -> string * string optionval get_real_version : tables ->
Cudf_types.pkgname * Cudf_types.version ->
Pef.Packages_types.name * Pef.Packages_types.architecture option *
Pef.Packages_types.versionval get_essential : ?options:options ->
tables -> (Cudf_types.vpkglist * Cudf.package list) list
val tocudf : tables ->
?options:options ->
?inst:bool -> Debian.Packages.package -> Cudf.packagetocudf tbl p
convert the a debian package representation to cudf.inst : : set the Installed cudf fieldval preamble : Cudf.preambleval load_universe : ?options:options ->
Debian.Packages.package list -> Cudf.universeval load_list : ?options:options ->
Debian.Packages.package list -> Cudf.package list