package yaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/yaml.ffi/Yaml_ffi/G/index.html

Module Yaml_ffi.GSource

Sourceval yaml_stub_1_yaml_get_version_string : unit -> CI.voidp
Sourceval yaml_stub_2_yaml_get_version : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval yaml_stub_3_yaml_token_delete : (_, _) CI.fatptr -> unit
Sourceval yaml_stub_4_yaml_parser_initialize : (_, _) CI.fatptr -> int
Sourceval yaml_stub_5_yaml_parser_delete : (_, _) CI.fatptr -> unit
Sourceval yaml_stub_6_yaml_parser_set_input_string : (_, _) CI.fatptr -> (_, _) CI.fatptr -> Unsigned.size_t -> unit
Sourceval yaml_stub_7_yaml_parser_parse : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval yaml_stub_8_yaml_emitter_initialize : (_, _) CI.fatptr -> int
Sourceval yaml_stub_9_yaml_emitter_delete : (_, _) CI.fatptr -> unit
Sourceval yaml_stub_10_yaml_emitter_set_output_string : (_, _) CI.fatptr -> bytes CI.ocaml -> Unsigned.size_t -> (_, _) CI.fatptr -> unit
Sourceval yaml_stub_11_yaml_emitter_set_encoding : (_, _) CI.fatptr -> Unsigned.uint32 -> unit
Sourceval yaml_stub_12_yaml_emitter_set_canonical : (_, _) CI.fatptr -> bool -> unit
Sourceval yaml_stub_13_yaml_emitter_set_indent : (_, _) CI.fatptr -> int -> unit
Sourceval yaml_stub_14_yaml_emitter_set_width : (_, _) CI.fatptr -> int -> unit
Sourceval yaml_stub_15_yaml_emitter_set_unicode : (_, _) CI.fatptr -> bool -> unit
Sourceval yaml_stub_16_yaml_emitter_flush : (_, _) CI.fatptr -> int
Sourceval yaml_stub_17_yaml_emitter_emit : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval yaml_stub_18_yaml_stream_start_event_initialize : (_, _) CI.fatptr -> Unsigned.uint32 -> int
Sourceval yaml_stub_19_yaml_stream_end_event_initialize : (_, _) CI.fatptr -> int
Sourceval yaml_stub_20_yaml_document_start_event_initialize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> bool -> int
Sourceval yaml_stub_21_yaml_document_end_event_initialize : (_, _) CI.fatptr -> bool -> int
Sourceval yaml_stub_22_yaml_alias_event_initialize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval yaml_stub_23_yaml_scalar_event_initialize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> bool -> bool -> Unsigned.uint32 -> int
Sourceval yaml_stub_24_yaml_sequence_start_event_initialize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> bool -> Unsigned.uint32 -> int
Sourceval yaml_stub_25_yaml_sequence_end_event_initialize : (_, _) CI.fatptr -> int
Sourceval yaml_stub_26_yaml_mapping_start_event_initialize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> bool -> Unsigned.uint32 -> int
Sourceval yaml_stub_27_yaml_mapping_end_event_initialize : (_, _) CI.fatptr -> int
Sourcetype 'a result = 'a
Sourcetype 'a return = 'a
Sourcetype 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
Sourceval map_result : ('a -> 'b) -> 'a -> 'b
Sourceval returning : 'a CI.typ -> 'a return fn
Sourceval (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
Sourceval foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
Sourceval foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr
OCaml

Innovation. Community. Security.