this repo has no description
1opam-version: "2.0" 2maintainer: "Ryan Slade <ryanslade@gmail.com>" 3authors: "Ryan Slade <ryanslade@gmail.com>" 4homepage: "https://github.com/ryanslade/nsq-ocaml" 5bug-reports: "https://github.com/ryanslade/nsq-ocaml/issues" 6dev-repo: "git+https://github.com/ryanslade/nsq-ocaml.git" 7build: [["dune" "build" "-p" name "-j" jobs]] 8synopsis: "A client library for the NSQ messaging platform" 9depends: [ 10 "ocaml" {>= "4.04.0"} 11 "dune" {>= "1.7"} 12 "base" {< "v0.15"} 13 "stdio" {< "v0.15"} 14 "lwt" {>= "3.2.0"} 15 "ocplib-endian" 16 "integers" 17 "cohttp" 18 "cohttp-lwt-unix" 19 "yojson" 20 "ocaml-migrate-parsetree" {< "2.0.0"} 21 "ppx_deriving_yojson" {>= "3.2"} 22 "ppx_sexp_conv" 23 "ppx_expect" 24 "ppx_compare" 25 "ppx_hash" 26 "logs" 27] 28url { 29 src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.0.tar.gz" 30 checksum: [ 31 "md5=ef9f64620d8e147e8c6a2a791efcf0d8" 32 "sha512=16d7fb2d742d8aa364350bb4c92a0e80e0f62195afa7a7c61c83e6ee6ef8ba688e4ee0e500510f287120451de2233f6022f3676bc410e2f322b97f19ebfd5194" 33 ] 34}