package amqp-client

  1. Overview
  2. Docs
Amqp client base library

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.2.tar.gz
md5=52f327b5aea93f81fb2c7d91b56842cf
sha512=2595170758f71d775a5e8247040391a0732cdf04bfeb5230f549987fa6428c653fa40bbf2123af077de9910716b5c3013327c34adf8c7449a58d43eaa1d4aad5

doc/amqp-client.lib/Amqp_client_lib/Protocol/Content/index.html

Module Protocol.ContentSource

Sourcetype (_, _) spec =
  1. | [] : ('a, 'a) spec
  2. | :: : 'a elem * ('b, 'c) spec -> ('a option -> 'b, 'c) spec
Sourceval length : 'a 'b. ('a, 'b) spec -> int
Sourceval read : 'b 'c. ('b, 'c) spec -> 'b -> int -> Io.Input.t -> 'c
Sourceval write : 'b. ('b, Io.Output.t) spec -> int ref -> Io.Output.t -> 'b
OCaml

Innovation. Community. Security.