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" 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 "logs" 26] 27url { 28 src: "https://github.com/ryanslade/nsq-ocaml/archive/0.4.0.tar.gz" 29 checksum: [ 30 "md5=6766835eb3c9735269f327ca0bec282c" 31 "sha512=2a544b9148c681ce213c9b6fe75126f98d762a5965011d05f9bfccd21a621f04c10eb1f5bcddb173ac62dbc807bbb8f39669ba875cd58081ec2a975fc3e8b686" 32 ] 33}