module Cudf_conf:sig
..end
Keys in the map are usually only those prescribed by the CUDF
specification, namely "preamble", "package", and "request". Values in the
map are type declarations for each supported property of that stanza;
usually they only represent core property schemata (see CUDF §2.2.3).
typestanza_typedecl =
(string * Cudf_types.typedecl) list
Keys in the map are usually only those prescribed by the CUDF
specification, namely "preamble", "package", and "request". Values in the
map are type declarations for each supported property of that stanza;
usually they only represent core property schemata (see CUDF §2.2.3).
val stanza_typedecl : stanza_typedecl
For what concerns package stanzas, available types can be extended by using
"property" declaration in the preamble stanza.
val preamble_typedecl : Cudf_types.typedecl
val package_typedecl : Cudf_types.typedecl
I.e. type declarataion for all core package properties
val request_typedecl : Cudf_types.typedecl