opam-version: "2.0"
maintainer: "Anders Fugmann <anders@fugmann.net>"
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.15"}
]
synopsis: "Amqp client library, async version"
url {
  src: "https://github.com/andersfugmann/amqp-client/archive/2.0.3.tar.gz"
  checksum: "md5=4ff63b64da873a14047f541584c30d56"
}
