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.14.0"} 15 "dune" {>= "2.0"} 16 "amqp-client" {= version} 17 "async" {>= "v0.16.0"} 18 "uri" 19] 20synopsis: "Amqp client library, async version" 21url { 22 src: "https://github.com/andersfugmann/amqp-client/archive/2.3.0.tar.gz" 23 checksum: [ 24 "md5=9db83accd0dfa9231c3f2ca0de9c8d9f" 25 "sha512=921c3f4d0d655dc5caa5c89fe8c4309a6e22d91167676062e0e73f3007b0b5de20e7b461aefdddca6dbdf716d57d90eaefb7e974ae218cce0f0a20fb461c965d" 26 ] 27}