package vcaml

  1. Overview
  2. Docs
OCaml bindings for the Neovim API

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.16.0.tar.gz
sha256=dd123302c46af7ca6eda8a7806c78236fd217a8c73a2e1cd7da85f1d69ed1ae4

doc/vcaml.msgpack_debug/Msgpack_debug/index.html

Module Msgpack_debugSource

Sourceval create_debug_printers : ?pp:(Format.formatter -> Msgpack.t -> unit) -> ?color:bool -> peer1:string -> peer2:string -> Core.Out_channel.t -> [ `Peer_1_to_2 of Msgpack.t -> unit ] * [ `Peer_2_to_1 of Msgpack.t -> unit ]

Returns functions that pretty-print Msgpack.ts sent between peer1 and peer2. The messages have "peer1 -> peer2" or "peer2 -> peer1" headings to indicate the message direction. Useful for debugging communication between two peers.

Sourceval command : ?pp:(Format.formatter -> Msgpack.t -> unit) -> unit -> Async.Command.t
OCaml

Innovation. Community. Security.