package yaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

yaml-v3.0.0.tbz
sha256=4c48e27092d5c95cb49898ca637be92d2a70f1769fd1532b84a5e56c17359ac7
sha512=abf7d8c3e4e5f30f19f76b52e8c5b7593c8dca42050bc2d780cbc6e7e7cc49b40b6f27d8b884ce2b39ce0d63d5da715b86692ebe2792ecd1b455128c294a518d

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.