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"] 12dev-repo: "git+https://github.com/0xffea/ocaml-redis.git" 13synopsis: "Redis client" 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 "base-unix" 22 "uuidm" 23 "stdlib-shims" 24 "re" {>= "1.7.2"} 25 "ocaml" { >= "4.03.0" } 26 "containers" {with-test & >= "3.0"} 27 "odoc" {with-doc} 28 "containers" {with-test} 29 "ounit2" {with-test} 30] 31url { 32 src: 33 "https://github.com/0xffea/ocaml-redis/releases/download/v0.7/redis-0.7.tbz" 34 checksum: [ 35 "sha256=283e9933df5268d4ed1653e2d688a8c47c69ed73c5c83a636a1ef4e44aa339c7" 36 "sha512=3402b8b635b556f2376590c7e9bf5cf302f900b17f08c3e63b4e70a342b2051c6b9797847fe3b00709cac669317fa2c6b61a18081ea16be9e3685deea0cd4c97" 37 ] 38} 39x-commit-hash: "9a3edcd44c41fefc935d0f9ffd9901f6b68be48a"