package cudf

  1. Overview
  2. Docs
CUDF library (part of the Mancoosi tools)

Install

Dune Dependency

Authors

Maintainers

Sources

cudf-v0.10.tar.gz
md5=ed8fea314d0c6dc0d8811ccf860c53dd
sha512=ed74ce3e9d91449fd295caa7c6b166593578aaa6b8d79834141ba7fdf49d30796aba03a86d766c0c23e875a8318dbb797e7eae6e14fb63a0b94130c590af107e

doc/cudf/Cudf_conf/index.html

Module Cudf_confSource

Sourcetype stanza_typedecl = (string * Cudf_types.typedecl) list

Mapping (in the form of associative list) from stanza postmarks to type declarations.

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).

Global configuration
Sourceval stanza_typedecl : stanza_typedecl

Default stanza types for parsing CUDF documents.

For what concerns package stanzas, available types can be extended by using "property" declaration in the preamble stanza.

Direct access to per-stanza type declaration
Sourceval preamble_typedecl : Cudf_types.typedecl

Preamble schemata

Sourceval package_typedecl : Cudf_types.typedecl

Package description schemata

I.e. type declarataion for all core package properties

Sourceval request_typedecl : Cudf_types.typedecl

Request schemata

OCaml

Innovation. Community. Security.