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 "lwt"
14]
15synopsis: "Lwt-based client for Redis"
16url {
17 src: "https://github.com/0xffea/ocaml-redis/archive/0.3.6.tar.gz"
18 checksum: [
19 "sha256=4bae9174da781b45f2ccc2f58c631cacff1cba337c4f0daa8fa329f33ee7a952"
20 "md5=69c2dd7a17211436b08819dea13aa93a"
21 ]
22}