package msgpck
Fast MessagePack (http://msgpack.org) library
Install
Dune 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 : t
val of_bool : bool -> t
val of_int : int -> t
val of_uint32 : int32 -> t
val of_int32 : int32 -> t
val of_uint64 : int64 -> t
val of_int64 : int64 -> t
val of_float32 : int32 -> t
val of_float : float -> t
val of_string : string -> t
val of_bytes : string -> t
val of_ext : int -> string -> t
Conversion functions MessagePack -> OCaml
val to_nil : t -> unit
val to_bool : t -> bool
val to_int : t -> int
val to_uint32 : t -> int32
val to_int32 : t -> int32
val to_uint64 : t -> int64
val to_int64 : t -> int64
val to_float32 : t -> int32
val to_float : t -> float
val to_string : t -> string
val to_bytes : t -> string
val to_ext : t -> int * string
Output signature for functors defined below
module type S = sig ... end
MessagePack 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