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.1.tar.gz" 30 checksum: [ 31 "md5=ef4e29cfdbaae71baa7113e45ddd0f5d" 32 "sha512=076dfc6c2dae0c499e52820294ffff9ff6cb7337305712814fc6635b707cd45111e26ada228fbcf3036a0f6a03a1b16dbab7379ca2872fcde89436ccb3433770" 33 ] 34}