package msgpack
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Msgpack library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.3.0.tar.gz
sha256=81ff52b10beba9a99c51211925d3452e0f5239e595d4f49adc3b9944d8bc00cf
md5=09d28af795069e45b3e8209a87897ce1
doc/msgpack/Msgpack/index.html
Module Msgpack
MessagePack for OCaml
type t = [ | `Bool of bool| `Nil| `PFixnum of int| `NFixnum of int| `Uint8 of int| `Uint16 of int| `Uint32 of int64| `Uint64 of Big_int.big_int| `Int8 of int| `Int16 of int| `Int32 of int32| `Int64 of int64| `Float of float| `Double of float| `FixRaw of char list| `Raw16 of char list| `Raw32 of char list| `FixArray of t list| `Array16 of t list| `Array32 of t list| `FixMap of (t * t) list| `Map16 of (t * t) list| `Map32 of (t * t) list
]MesagePack object. See also MessagePack specification.
module Serialize : sig ... endMessagePack Serializer
module MsgpackConfig : sig ... endmodule MsgpackCore : sig ... endmodule Pack : sig ... endConversion MessagePack object between OCaml and Coq.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>