package yaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

yaml-v2.0.1.tbz
sha256=a04f4d89783dbe24577d69b96bbb1d674f98a490bdf248bf782610284e9112e5
sha512=addf40e38600e3855597d774763e012a6bde4aea5267801ba04941a0ca1488214812bb21db16c808b5781fb30b92d2e7c5ada7924ad4d254b6aa2d3e8899fb8b

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.