package yaml

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

Install

Dune Dependency

Authors

Maintainers

Sources

yaml-v2.1.0.tbz
sha256=05153817981ea97b62d8c49eeb42ba2e7efba82e61a3834b65213e59a0dee80d
sha512=339dc197615c8894d7e1031f425d328e6e81f6466688d30db1db21038cd49b33491980b49dccf3eb508bc6a90047296f801f3e03b9a521c00b0919c6a44c09e3

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.