this repo has no description
1opam-version: "2.0" 2maintainer: "Simon Cruanes" 3authors: [ 4 "Mike Wells" 5 "David Höppner" 6 "Aleksandr Dinu" 7] 8homepage: "https://github.com/0xffea/ocaml-redis" 9bug-reports: "https://github.com/0xffea/ocaml-redis/issues" 10license: "BSD-3-Clause" 11tags: ["redis" "lwt"] 12dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" 13synopsis: "Redis client (lwt interface)" 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 17] 18depends: [ 19 "dune" {>= "1.0"} 20 "redis" { = version } 21 "lwt" 22 "ocaml" { >= "4.02.3" } 23 "ounit" {with-test} 24 "containers" {with-test} 25 "odoc" {with-doc} 26] 27url { 28 src: "https://github.com/0xffea/ocaml-redis/archive/0.4.tar.gz" 29 checksum: [ 30 "md5=14ed13367ece237de7fb881436762356" 31 "sha512=cca4d4ed74c3551d87fc52aa75196f96bfddc511086af8133123becf1e981f14f712cf6232c656371e23f8e8f18babf9f2f0494f50023bb5068d2c7c7785fa2c" 32 ] 33}