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" 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.0.3"} "ocplib-endian" {>= "0.6"} "async" {>= "v0.10.0" & < "v0.16.0"} ] synopsis: "Amqp client library, async version" url { src: "https://github.com/andersfugmann/amqp-client/archive/2.0.3.tar.gz" checksum: [ "sha256=80cac0c62d3d5079441502104f683990683561efc9c0e7b06f0d3388c79a3394" "md5=4ff63b64da873a14047f541584c30d56" ] }