package amqp-client

  1. Overview
  2. No Docs
Amqp client base library

Install

Authors

Maintainers

Sources

2.2.1.tar.gz
md5=43f4394e55aae5a051222a904b950da6
sha512=3037d5b4c5e1a833b2f6dd5fe96f44a88e71f8d75778f48e1c68665cc45785e07b63725c54be0af9b5cf296e35e9bf88e094620fc2ed2d5c21bd08936dc9ab27

Description

This library provides high level client bindings for amqp. The library is tested with rabbitmq, but should work with other amqp servers. The library is written in pure OCaml.

This is the base library required by lwt/async versions. You should install either amqp-client-async or amqp-client-lwt for actual client functionality.

Published: 04 Sep 2019

Dependencies (4)

  1. ocplib-endian >= "0.6"
  2. xml-light build
  3. dune >= "1.1"
  4. ocaml >= "4.04.0"

Dev Dependencies (2)

  1. lwt with-test
  2. async with-test

Used by (2)

  1. amqp-client-async = "2.2.1"
  2. amqp-client-lwt = "2.2.1"

Conflicts

None