package msgpck
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Fast MessagePack (http://msgpack.org) library
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.2.tar.gz
sha256=8b596b49081ef87841dc236139c434e1812ad61afca2dc79e3c61a571734a2f3
md5=4fa1a6fbfbf9927c34a14f3c55d8a278
doc/msgpck/Msgpck/index.html
Module Msgpck
msgpack library for OCaml
%%VERSION%% — homepage
Msgpck
Conversion functions OCaml -> MessagePack
val of_nil : tval of_bool : bool -> tval of_int : int -> tval of_uint32 : int32 -> tval of_int32 : int32 -> tval of_uint64 : int64 -> tval of_int64 : int64 -> tval of_float32 : int32 -> tval of_float : float -> tval of_string : string -> tval of_bytes : string -> tval of_ext : int -> string -> tConversion functions MessagePack -> OCaml
val to_nil : t -> unitval to_bool : t -> boolval to_int : t -> intval to_uint32 : t -> int32val to_int32 : t -> int32val to_uint64 : t -> int64val to_int64 : t -> int64val to_float32 : t -> int32val to_float : t -> floatval to_string : t -> stringval to_bytes : t -> stringval to_ext : t -> int * stringOutput signature for functors defined below
module type S = sig ... endMessagePack library decoding from strings and writing in Buffers.
MessagePack library decoding from bytes and writing in Buffers.
MessagePack library decoding from strings and writing in bytes.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page