opam-version: "2.0" maintainer: "Simon Cruanes" 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" tags: ["redis" "unix"] synopsis: "Redis client (blocking)" dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "dune" {>= "1.0"} "redis" { = version } "ocaml" { >= "4.02.3" } "ounit" {with-test} "containers" {with-test} "odoc" {with-doc} ] url { src: "https://github.com/0xffea/ocaml-redis/archive/0.4.tar.gz" checksum: [ "md5=14ed13367ece237de7fb881436762356" "sha512=cca4d4ed74c3551d87fc52aa75196f96bfddc511086af8133123becf1e981f14f712cf6232c656371e23f8e8f18babf9f2f0494f50023bb5068d2c7c7785fa2c" ] }