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 "base-bytes" 13 "base-unix" 14 "uuidm" 15 "re" 16] 17synopsis: "Bindings for the key-value cache and store redis." 18url { 19 src: "https://github.com/0xffea/ocaml-redis/archive/0.3.6.tar.gz" 20 checksum: [ 21 "sha256=4bae9174da781b45f2ccc2f58c631cacff1cba337c4f0daa8fa329f33ee7a952" 22 "md5=69c2dd7a17211436b08819dea13aa93a" 23 ] 24}