opam-version: "2.0"
maintainer: "aluuu@husa.su"
authors: ["Mike Wells" "David Höppner" "Aleksandr Dinu"]
homepage: "https://github.com/0xffea/ocaml-redis"
bug-reports: "https://github.com/0xffea/ocaml-redis/issues"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/0xffea/ocaml-redis.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.02.3" & < "4.06.0"}
  "jbuilder"
  "redis" {= version}
  "base-unix"
  "lwt"
]
synopsis: "Lwt-based client for Redis"
url {
  src: "https://github.com/0xffea/ocaml-redis/archive/0.3.4.tar.gz"
  checksum: "md5=396ad524a76267bb0c34eb0aea968573"
}
