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" 23 "logs" 24 "hex" {>= "1.3.0"} 25] 26url { 27 src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.2.tar.gz" 28 checksum: [ 29 "md5=bf4fccee9d88bdd3fa6f0a3e7915cf2a" 30 "sha512=648e0b4549436782eedaef40795ad0d94f81d2a41875d1b74262d2b7501f72864e48d7682a92169b13cbb70f2b5260857e464c0ed49bc0621ab3ddddee67c4ec" 31 ] 32}