opam-version: "2.0"
maintainer: "Ryan Slade <ryanslade@gmail.com>"
authors: "Ryan Slade <ryanslade@gmail.com>"
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: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.04.0"}
  "jbuilder"
  "containers"
  "lwt" {>= "3.2.0" & <"4.0.0"}
  "ocplib-endian"
  "integers"
  "cohttp"
  "cohttp-lwt-unix"
  "yojson"
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ppx_deriving_yojson"
  "logs"
]
synopsis: "Client library for the NSQ messaging platform"
description: """
This package supports publishing and consuming message using the NSQ message platform.
It uses Lwt for concurrency."""
url {
  src: "https://github.com/ryanslade/nsq-ocaml/archive/0.2.4.tar.gz"
  checksum: "md5=bf48408f6015193c55cb9456e49f1a84"
}
