opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: "Zach Shipko"
homepage: "https://github.com/zshipko/ocaml-hiredis"
bug-reports: "https://github.com/zshipko/ocaml-hiredis/issues"
license: "ISC"
doc: "https://github.com/zshipko/ocaml-hiredis"
dev-repo: "git+https://github.com/zshipko/ocaml-hiredis.git"
build: [
  ["ocaml" "./pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "lwt" {>= "2.7.0"}
  "conduit" {>= "0.15.0" & < "0.16.0"}
]
synopsis: "Redis tools based on the Hiredis C library"
description:
  "Hiredis provides a unified interface for creating Redis clients, pools of clients and servers."
url {
  src: "https://github.com/zshipko/ocaml-hiredis/archive/0.2.tar.gz"
  checksum: "md5=626c07fd60038bd19b89cf1682110da1"
}
