opam-version: "2.0" maintainer: "Simon Cruanes" authors: [ "Mike Wells" "David Höppner" "Aleksandr Dinu" ] homepage: "https://github.com/0xffea/ocaml-redis" bug-reports: "https://github.com/0xffea/ocaml-redis/issues" license: "BSD-3-Clause" tags: ["redis" "unix"] synopsis: "Redis client (blocking)" dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" build: [ ["dune" "build" "-p" name "-j" jobs] # ["dune" "runtest" "-p" name "-j" jobs] {with-test} # need network ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ] depends: [ "dune" {>= "1.0"} "redis" { = version } "ocaml" { >= "4.03.0" } "ounit2" {with-test} "containers" {with-test} "odoc" {with-doc} ] url { src: "https://github.com/0xffea/ocaml-redis/archive/0.5.tar.gz" checksum: [ "md5=555ddcb04ef97e0fffbb011461cbe35e" "sha512=46c34a751a93197ea7ca71cf797b1e5c3f9f74dacbe5d4cd064d20a008cbfe078bc331627bf5b5fcdbab5aab939a3c9042c260d10981bd81ecc4932345dd0e47" ] }