package amqp-client

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.1.tar.gz
md5=a9654b4a20b51df5570e5699ecd1ea21

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: 30 Sep 2016

Dependencies (7)

  1. lwt
  2. async_unix
  3. ocplib-endian >= "0.6"
  4. xml-light build
  5. omake build
  6. ocamlfind build
  7. ocaml >= "4.03.0" & < "4.06.0"

Dev Dependencies

None

Used by

None

Conflicts (2)

  1. async_unix >= "v0.9"
  2. lwt < "2.4.6"