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"] dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" synopsis: "Redis client" 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" } "base-unix" "uuidm" "stdlib-shims" "re" {>= "1.7.2"} "ocaml" { >= "4.03.0" } "containers" {with-test & >= "3.0"} "odoc" {with-doc} "containers" {with-test} "ounit2" {with-test} ] url { src: "https://github.com/0xffea/ocaml-redis/releases/download/v0.7.1/redis-0.7.1.tbz" checksum: [ "sha256=0ef71f6c47d5c1ab16b2371d93c38a4d53bdf71e1e795308a3b721281dab940a" "sha512=a794de56c4c42d812259a0cb11516ddc562ae0a3f705fa3058a61a409864c18cb3f84d686ec5a156816b918c19820389801c3d0214b022fe1335049edb4d7d04" ] } x-commit-hash: "ab1e7ca64d08c6f4cfebcaccb4cab295f7fa1c44"