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" "unix"] 12synopsis: "Redis client (blocking)" 13dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" 14build: [ 15 ["dune" "build" "-p" name "-j" jobs] 16 # ["dune" "runtest" "-p" name "-j" jobs] {with-test} # need network 17 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 18] 19depends: [ 20 "dune" {>= "1.0"} 21 "redis" { = version } 22 "ocaml" { >= "4.03.0" } 23 "camlp-streams" 24 "ounit2" {with-test} 25 "containers" {with-test & >= "3.0"} 26 "odoc" {with-doc} 27] 28url { 29 src: 30 "https://github.com/0xffea/ocaml-redis/releases/download/v0.7.1/redis-0.7.1.tbz" 31 checksum: [ 32 "sha256=0ef71f6c47d5c1ab16b2371d93c38a4d53bdf71e1e795308a3b721281dab940a" 33 "sha512=a794de56c4c42d812259a0cb11516ddc562ae0a3f705fa3058a61a409864c18cb3f84d686ec5a156816b918c19820389801c3d0214b022fe1335049edb4d7d04" 34 ] 35} 36x-commit-hash: "ab1e7ca64d08c6f4cfebcaccb4cab295f7fa1c44"