package yaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

yaml-3.0.1.tbz
sha256=92ed1ba429559a14b6b45e170f3482191791f99ac5189a5f20612e15bfbdf695
sha512=b5cd1724aefd049230c4c5e71ad047688c8f747d133572879f08c83bc6d1a29e5bae750115c232ecf58ee9ddee32ca9ac4471f40ff65cf81b785b03941401aca

doc/yaml.types/Yaml_types/M/index.html

Module Yaml_types.M

include module type of struct include Yaml_bindings_types end
module Scalar_style = Yaml_bindings_types.Scalar_style
module Sequence_style = Yaml_bindings_types.Sequence_style
module Mapping_style = Yaml_bindings_types.Mapping_style
module Token_type = Yaml_bindings_types.Token_type
module Event_type = Yaml_bindings_types.Event_type
include sig ... end
type 'a typ = 'a Ctypes.structure G.typ
type 'a utyp = 'a Ctypes.union G.typ
type ('a, 'b) field = ('b, 'a Ctypes.structure) G.field
type ('a, 'b) ufield = ('b, 'a Ctypes.union) G.field
module Version_directive : sig ... end
module Tag_directive : sig ... end
module Mark : sig ... end
module Token : sig ... end
module Event : sig ... end
module Parser : sig ... end
module Emitter : sig ... end
OCaml

Innovation. Community. Security.