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-lwt/Amqp_client_lwt/" 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" 16 "xml-light" {build} 17 "amqp-client" {= "2.1.0"} 18 "ocplib-endian" {>= "0.6"} 19 "lwt" {>= "2.4.6"} 20 "lwt_log" 21 "uri" 22] 23synopsis: "Amqp client library, lwt version" 24url { 25 src: "https://github.com/andersfugmann/amqp-client/archive/2.1.0.tar.gz" 26 checksum: [ 27 "md5=5035f743a6c064e8dceb74b27462e39a" 28 "sha512=7eaddded4e169d3c27ac96eacde0941001d27f41eade44022b28bae51340c8f7e9155a8979092d973fc11944fcbda64ec6747c7d5f067441abff63ebfc3c3359" 29 ] 30}