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: [["dune" "build" "-p" name "-j" jobs]]
synopsis: "A client library for the NSQ messaging platform"
depends: [
  "ocaml" {>= "4.04.0"}
  "dune" {>= "2.0"}
  "base"
  "stdio"
  "lwt" {>= "3.2.0"}
  "ocplib-endian"
  "integers"
  "cohttp"
  "cohttp-lwt-unix"
  "yojson"
  "ocaml-migrate-parsetree"
  "ppx_deriving_yojson"
  "ppx_jane"
  "logs"
  "hex"
]
url {
  src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.3.tar.gz"
  checksum: [
    "md5=1a1e79bc25558efcea4b6a8b6a0e0d16"
    "sha512=72f1f1ea66e9f4d97f9a8d0dcf40807ba0aec283e022d1be5fa290dddf31e420949b5a24c012e11912d385c5838ce1779b9b7ee0fb2e452866ae1ee67ecaa05e"
  ]
}
