this repo has no description
1opam-version: "2.0" 2maintainer: "aluuu@husa.su" 3authors: ["Mike Wells" "David Höppner" "Aleksandr Dinu"] 4homepage: "https://github.com/0xffea/ocaml-redis" 5bug-reports: "https://github.com/0xffea/ocaml-redis/issues" 6license: "BSD-3-Clause" 7dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" 8build: ["jbuilder" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.02.3"} 11 "jbuilder" {>= "1.0+beta7"} 12 "redis" {= version} 13] 14synopsis: "Synchronous client for Redis" 15url { 16 src: "https://github.com/0xffea/ocaml-redis/archive/0.3.6.tar.gz" 17 checksum: [ 18 "sha256=4bae9174da781b45f2ccc2f58c631cacff1cba337c4f0daa8fa329f33ee7a952" 19 "md5=69c2dd7a17211436b08819dea13aa93a" 20 ] 21}