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