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"
  "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"
  "ppx_sexp_conv" {< "v0.15"}
  "ppx_expect" {< "v0.15"}
  "ppx_compare" {< "v0.15"}
  "ppx_hash" {< "v0.15"}
  "logs"
]
url {
  src: "https://github.com/ryanslade/nsq-ocaml/archive/0.5.1.tar.gz"
  checksum: [
    "md5=ef4e29cfdbaae71baa7113e45ddd0f5d"
    "sha512=076dfc6c2dae0c499e52820294ffff9ff6cb7337305712814fc6635b707cd45111e26ada228fbcf3036a0f6a03a1b16dbab7379ca2872fcde89436ccb3433770"
  ]
}
