package amqp-client

  1. Overview
  2. Docs
Amqp client library compatable with async and lwt.

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.3.tar.gz
md5=7399700f193a98627ba0d2deb4cc2e7f

Description

This library provides high level client bindings for amqp. The library is tested against rabbitmq, but should work against other amqp servers. The library is written in pure OCaml and supports both Async and Lwt for concurrency.

Published: 11 Dec 2016

Dependencies (5)

  1. ocplib-endian >= "0.6"
  2. xml-light build
  3. omake build
  4. ocamlfind build
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts (3)

  1. async >= "v0.9"
  2. lwt >= "4.0.0"
  3. lwt < "2.4.6"