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"} "jbuilder" {>= "1.0+beta7"} "redis" {= version} ] synopsis: "Synchronous client for Redis" url { src: "https://github.com/0xffea/ocaml-redis/archive/0.3.6.tar.gz" checksum: [ "sha256=4bae9174da781b45f2ccc2f58c631cacff1cba337c4f0daa8fa329f33ee7a952" "md5=69c2dd7a17211436b08819dea13aa93a" ] }