package yaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Parse and generate YAML 1.1/1.2 files
Install
dune-project
Dependency
Authors
Maintainers
Sources
yaml-3.0.1.tbz
sha256=92ed1ba429559a14b6b45e170f3482191791f99ac5189a5f20612e15bfbdf695
sha512=b5cd1724aefd049230c4c5e71ad047688c8f747d133572879f08c83bc6d1a29e5bae750115c232ecf58ee9ddee32ca9ac4471f40ff65cf81b785b03941401aca
doc/yaml.ffi/Yaml_ffi/M/C/index.html
Module M.C
type (!'a, !'b) pointer = ('a, 'b) Ctypes_static.pointertype !'a ptr = ('a, [ `C ]) pointertype !'a ocaml = 'a Ctypes_static.ocamltype !'a carray = 'a Ctypes_static.carraytype !'a bigarray_class = 'a Ctypes_static.bigarray_classval genarray :
< ba_repr : 'b
; bigarray : ('a, 'b, 'l) Bigarray_compat.Genarray.t
; carray : 'a carray
; dims : int array
; element : 'a
; layout : 'l >
bigarray_classval array1 :
< ba_repr : 'b
; bigarray : ('a, 'b, 'l) Bigarray_compat.Array1.t
; carray : 'a carray
; dims : int
; element : 'a
; layout : 'l >
bigarray_classval array2 :
< ba_repr : 'b
; bigarray : ('a, 'b, 'l) Bigarray_compat.Array2.t
; carray : 'a carray carray
; dims : int * int
; element : 'a
; layout : 'l >
bigarray_classval array3 :
< ba_repr : 'b
; bigarray : ('a, 'b, 'l) Bigarray_compat.Array3.t
; carray : 'a carray carray carray
; dims : int * int * int
; element : 'a
; layout : 'l >
bigarray_classtype (!'a, !'kind) structured = ('a, 'kind) Ctypes_static.structuredtype !'a structure = ('a, [ `Struct ]) structuredtype !'a union = ('a, [ `Union ]) structuredtype (!'a, !'t) field = ('a, 't) Ctypes_static.fieldtype !'a abstract = 'a Ctypes_static.abstracttype !'a typ = 'a Ctypes_static.typval void : unit typval char : char typval schar : int typval short : int typval int : int typval long : Signed.long typval llong : Signed.llong typval nativeint : nativeint typval int8_t : int typval int16_t : int typval int32_t : int32 typval int64_t : int64 typmodule Intptr = Ctypes.Intptrmodule Ptrdiff = Ctypes.Ptrdiffval camlint : int typval uchar : Unsigned.uchar typval bool : bool typval uint8_t : Unsigned.uint8 typval uint16_t : Unsigned.uint16 typval uint32_t : Unsigned.uint32 typval uint64_t : Unsigned.uint64 typval size_t : Unsigned.size_t typval ushort : Unsigned.ushort typval sint : Signed.sint typval uint : Unsigned.uint typval ulong : Unsigned.ulong typval ullong : Unsigned.ullong typmodule Uintptr = Ctypes.Uintptrval float : float typval double : float typval complexld : ComplexL.t typval ptr : 'a typ -> 'a Ctypes_static.ptr typval ptr_opt : 'a typ -> 'a Ctypes_static.ptr option typval string : string typval string_opt : string option typval ocaml_string : string Ctypes_static.ocaml typval ocaml_bytes : bytes Ctypes_static.ocaml typval array : int -> 'a typ -> 'a Ctypes_static.carray typval bigarray :
< ba_repr : 'b
; bigarray : 'bigarray
; carray : 'c
; dims : 'dims
; element : 'a
; layout : Bigarray_compat.c_layout >
Ctypes_static.bigarray_class ->
'dims ->
('a, 'b) Bigarray_compat.kind ->
'bigarray typval fortran_bigarray :
< ba_repr : 'b
; bigarray : 'bigarray
; carray : 'c
; dims : 'dims
; element : 'a
; layout : Bigarray_compat.fortran_layout >
Ctypes_static.bigarray_class ->
'dims ->
('a, 'b) Bigarray_compat.kind ->
'bigarray typval typ_of_bigarray_kind : ('a, 'b) Bigarray_compat.kind -> 'a typval structure : string -> 's Ctypes_static.structure typval union : string -> 's Ctypes_static.union typval field :
('s, [< `Struct | `Union ] as 'b) Ctypes_static.structured typ ->
string ->
'a typ ->
('a, ('s, 'b) Ctypes_static.structured) fieldval seal : ('a, [< `Struct | `Union ]) Ctypes_static.structured typ -> unitval view :
?format_typ:((Format.formatter -> unit) -> Format.formatter -> unit) ->
?format:(Format.formatter -> 'b -> unit) ->
read:('a -> 'b) ->
write:('b -> 'a) ->
'a typ ->
'b typval abstract :
name:string ->
size:int ->
alignment:int ->
'a Ctypes_static.abstract typval lift_typ : 'a Ctypes_static.typ -> 'a typtype !'a fn = 'a Ctypes_static.fntype !'a static_funptr = 'a Ctypes_static.static_funptrval static_funptr : 'a fn -> 'a Ctypes_static.static_funptr typval sizeof : 'a typ -> intval alignment : 'a typ -> intval format_typ : ?name:string -> Format.formatter -> 'a typ -> unitval format_fn : ?name:string -> Format.formatter -> 'a fn -> unitval string_of_typ : ?name:string -> 'a typ -> stringval string_of_fn : ?name:string -> 'a fn -> stringval format : 'a typ -> Format.formatter -> 'a -> unitval string_of : 'a typ -> 'a -> stringval null : unit ptrval (!@) : 'a ptr -> 'aval (<-@) : 'a ptr -> 'a -> unitval is_null : 'a ptr -> boolval ptr_of_raw_address : nativeint -> unit ptrval funptr_of_raw_address :
nativeint ->
(unit -> unit) Ctypes_static.static_funptrval raw_address_of_ptr : unit ptr -> nativeintval string_from_ptr : char ptr -> length:int -> stringval ocaml_string_start : string -> string ocamlval ocaml_bytes_start : bytes -> bytes ocamlmodule CArray = Ctypes.CArrayval bigarray_start :
< ba_repr : 'c
; bigarray : 'b
; carray : 'd
; dims : 'e
; element : 'a
; layout : 'l >
bigarray_class ->
'b ->
'a ptrval bigarray_of_ptr :
< ba_repr : 'f
; bigarray : 'b
; carray : 'c
; dims : 'i
; element : 'a
; layout : Bigarray_compat.c_layout >
bigarray_class ->
'i ->
('a, 'f) Bigarray_compat.kind ->
'a ptr ->
'bval fortran_bigarray_of_ptr :
< ba_repr : 'f
; bigarray : 'b
; carray : 'c
; dims : 'i
; element : 'a
; layout : Bigarray_compat.fortran_layout >
bigarray_class ->
'i ->
('a, 'f) Bigarray_compat.kind ->
'a ptr ->
'bval array_of_bigarray :
< ba_repr : 'a
; bigarray : 'b
; carray : 'c
; dims : 'd
; element : 'e
; layout : Bigarray_compat.c_layout >
bigarray_class ->
'b ->
'cval bigarray_of_array :
< ba_repr : 'f
; bigarray : 'b
; carray : 'c carray
; dims : 'i
; element : 'a
; layout : Bigarray_compat.c_layout >
bigarray_class ->
('a, 'f) Bigarray_compat.kind ->
'c carray ->
'bval make :
?finalise:(('a, 'b) structured -> unit) ->
('a, 'b) structured typ ->
('a, 'b) structuredval setf : ('b, 'c) structured -> ('a, ('b, 'c) structured) field -> 'a -> unitval getf : ('b, 'c) structured -> ('a, ('b, 'c) structured) field -> 'aval (@.) : ('b, 'c) structured -> ('a, ('b, 'c) structured) field -> 'a ptrval (|->) :
('b, 'c) structured ptr ->
('a, ('b, 'c) structured) field ->
'a ptrval field_name : ('a, 'b) field -> stringval addr : ('a, 'b) structured -> ('a, 'b) structured ptrmodule type FOREIGN = sig ... endmodule type TYPE = sig ... endmodule Root = Ctypes.Roottype uncoercible_info = Ctypes.uncoercible_infoexception Uncoercible of uncoercible_infoval (@->) : 'a Ctypes.typ -> 'b G.fn -> ('a -> 'b) G.fnval returning : 'a Ctypes.typ -> 'a G.return G.fn sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>