opam-version: "2.0" maintainer: "Ryan Slade " authors: "Ryan Slade " homepage: "https://github.com/ryanslade/nsq-ocaml" bug-reports: "https://github.com/ryanslade/nsq-ocaml/issues" dev-repo: "git+https://github.com/ryanslade/nsq-ocaml.git" build: [["dune" "build" "-p" name "-j" jobs]] synopsis: "A client library for the NSQ messaging platform" depends: [ "ocaml" {>= "4.04.0"} "dune" {>= "1.7"} "base" {< "v0.15"} "stdio" {< "v0.15"} "lwt" {>= "3.2.0"} "ocplib-endian" "integers" "cohttp" "cohttp-lwt-unix" "yojson" "ocaml-migrate-parsetree" {< "2.0.0"} "ppx_deriving_yojson" {>= "3.2"} "ppx_sexp_conv" "ppx_expect" "ppx_compare" "ppx_hash" "logs" ] url { src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.1.tar.gz" checksum: [ "md5=ef4e29cfdbaae71baa7113e45ddd0f5d" "sha512=076dfc6c2dae0c499e52820294ffff9ff6cb7337305712814fc6635b707cd45111e26ada228fbcf3036a0f6a03a1b16dbab7379ca2872fcde89436ccb3433770" ] }