opam-version: "2.0" maintainer: "Anders Fugmann " authors: [ "Anders Fugmann" ] homepage: "https://github.com/andersfugmann/amqp-client" bug-reports: "https://github.com/andersfugmann/amqp-client/issues" dev-repo: "git+https://github.com/andersfugmann/amqp-client.git" doc: "https://andersfugmann.github.io/amqp-client/amqp-client-async/Amqp_client_async/" license: "BSD-3-Clause" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.04.0"} "dune" "xml-light" {build} "amqp-client" {= "2.1.0"} "ocplib-endian" {>= "0.6"} "async" {>= "v0.10.0" & < "v0.16.0"} "uri" ] synopsis: "Amqp client library, async version" url { src: "https://github.com/andersfugmann/amqp-client/archive/2.1.0.tar.gz" checksum: [ "md5=5035f743a6c064e8dceb74b27462e39a" "sha512=7eaddded4e169d3c27ac96eacde0941001d27f41eade44022b28bae51340c8f7e9155a8979092d973fc11944fcbda64ec6747c7d5f067441abff63ebfc3c3359" ] }