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
msgpck-v1.7.tbz
sha256=ff7065bf590af502a1b1622ff3b5280805c122033d68cf6b53da32c31ecb5f5d
sha512=7d71baa9614f890f669bb52181a295e51d6735ab9786fd7bc69c123721f801232a314ec98b8e59ccf8d2c1541f8fcc084ebf1d47189fd45632621c4a246d0368
doc/msgpck/Msgpck/index.html
Module Msgpck
msgpack library for OCaml
1.7 — homepage
Msgpck
val size : t -> intsize msg is the size in bytes of the MessagePack serialization of message msg.
val pp : Format.formatter -> t -> unitval show : t -> stringConversion 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