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.2.tar.gz"
  checksum: [
    "md5=bf4fccee9d88bdd3fa6f0a3e7915cf2a"
    "sha512=648e0b4549436782eedaef40795ad0d94f81d2a41875d1b74262d2b7501f72864e48d7682a92169b13cbb70f2b5260857e464c0ed49bc0621ab3ddddee67c4ec"
  ]
}
