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" {>= "2.0"} 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" 21 "ppx_deriving_yojson" {>= "3.2"} 22 "ppx_jane" {>= "v0.12"} 23 "logs" 24 "hex" {>= "1.3.0"} 25] 26url { 27 src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.3.tar.gz" 28 checksum: [ 29 "md5=1a1e79bc25558efcea4b6a8b6a0e0d16" 30 "sha512=72f1f1ea66e9f4d97f9a8d0dcf40807ba0aec283e022d1be5fa290dddf31e420949b5a24c012e11912d385c5838ce1779b9b7ee0fb2e452866ae1ee67ecaa05e" 31 ] 32}