opam-version: "2.0"
maintainer: "0xffea@gmail.com"
authors: ["Mike Wells" "David Höppner" "Alexander Dinu"]
homepage: "https://github.com/0xffea/ocaml-redis"
bug-reports: "https://github.com/0xffea/ocaml-redis/issues"
license: "BSD-3-Clause"
build: [
  ["./configure" "--%{lwt:enable}%-lwt"]
  [make "build"]
]
remove: [
  ["ocamlfind" "remove" "redis"]
]
depends: [
  "ocaml" {>= "4.00.0" & < "4.05.0"}
  "ocamlfind"
  "batteries"
  "uuidm"
  "ocamlbuild" {build}
]
depopts: ["lwt"]
dev-repo: "git://github.com/0xffea/ocaml-redis"
install: [make "install"]
synopsis: "Bindings for the key-value cache and store redis."
flags: light-uninstall
url {
  src: "https://github.com/0xffea/ocaml-redis/archive/0.2.0.tar.gz"
  checksum: "md5=fdfe0749aae2329fdee48850cc8409dd"
}
