this repo has no description
1opam-version: "2.0"
2maintainer: "Anders Fugmann <anders@fugmann.net>"
3authors: [ "Anders Fugmann" ]
4homepage: "https://github.com/andersfugmann/amqp-client"
5bug-reports: "https://github.com/andersfugmann/amqp-client/issues"
6dev-repo: "git+https://github.com/andersfugmann/amqp-client.git"
7doc: "https://andersfugmann.github.io/amqp-client/amqp-client-async/Amqp_client_async/"
8license: "BSD-3-Clause"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.04.0"}
15 "dune" {>= "1.1"}
16 "xml-light" {build}
17 "amqp-client" {= "2.2.1"}
18 "ocplib-endian" {>= "0.6"}
19 "async" {>= "v0.10.0" & < "v0.16.0"}
20 "uri"
21]
22synopsis: "Amqp client library, async version"
23url {
24 src: "https://github.com/andersfugmann/amqp-client/archive/2.2.1.tar.gz"
25 checksum: [
26 "md5=43f4394e55aae5a051222a904b950da6"
27 "sha512=3037d5b4c5e1a833b2f6dd5fe96f44a88e71f8d75778f48e1c68665cc45785e07b63725c54be0af9b5cf296e35e9bf88e094620fc2ed2d5c21bd08936dc9ab27"
28 ]
29}