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" 7license: "BSD-3-Clause" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.04.0"} 14 "dune" 15 "xml-light" {build} 16 "amqp-client" {= "2.0.3"} 17 "ocplib-endian" {>= "0.6"} 18 "async" {>= "v0.10.0" & < "v0.16.0"} 19] 20synopsis: "Amqp client library, async version" 21url { 22 src: "https://github.com/andersfugmann/amqp-client/archive/2.0.3.tar.gz" 23 checksum: [ 24 "sha256=80cac0c62d3d5079441502104f683990683561efc9c0e7b06f0d3388c79a3394" 25 "md5=4ff63b64da873a14047f541584c30d56" 26 ] 27}