package yaml

  1. Overview
  2. Docs
Parse and generate YAML 1.1/1.2 files

Install

dune-project
 Dependency

Authors

Maintainers

Sources

yaml-3.1.0.tbz
sha256=d0a9e0ae2184a69e6d7202bfe3707d10439d31a71241860234b19f020452ecc7
sha512=69d0ff09abeac475981deefc5a2a09e8707aebe4c7e606671a5a8ffa7055d3519ee9e4823065d89c8c5eedb355015b8d9410286fac721af53d910d924a0711a3

doc/yaml_bindings_types/Yaml_bindings_types/M/index.html

Module Yaml_bindings_types.MSource

Parameters

module F : Ctypes.TYPE

Signature

Sourceval encoding_t : Encoding.t F.typ
Sourceval error_t : Error.t F.typ
Sourceval scalar_style_t : Scalar_style.t F.typ
Sourceval sequence_style_t : Sequence_style.t F.typ
Sourceval mapping_style_t : Mapping_style.t F.typ
Sourceval token_type_t : Token_type.t F.typ
Sourceval event_type_t : Event_type.t F.typ
Sourcetype 'a typ = 'a Ctypes.structure F.typ
Sourcetype 'a utyp = 'a Ctypes.union F.typ
Sourcetype ('a, 'b) field = ('b, 'a Ctypes.structure) F.field
Sourcetype ('a, 'b) ufield = ('b, 'a Ctypes.union) F.field
Sourcemodule Version_directive : sig ... end
Sourcemodule Tag_directive : sig ... end
Sourcemodule Mark : sig ... end
Sourcemodule Token : sig ... end
Sourcemodule Event : sig ... end
Sourcemodule Parser : sig ... end
Sourcemodule Emitter : sig ... end