this repo has no description
1opam-version: "2.0"
2maintainer: "Zach Shipko <zachshipko@gmail.com>"
3authors: "Zach Shipko"
4homepage: "https://github.com/zshipko/ocaml-hiredis"
5bug-reports: "https://github.com/zshipko/ocaml-hiredis/issues"
6license: "ISC"
7doc: "https://github.com/zshipko/ocaml-hiredis"
8dev-repo: "git+https://github.com/zshipko/ocaml-hiredis.git"
9build: [
10 ["jbuilder" "build" "-p" name "-j" jobs]
11 ["jbuilder" "runtest" "-p" name] {with-test}
12]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "jbuilder" {>= "1.0+beta7"}
16 "lwt" {>= "3.3.0"}
17 "hiredis-value" {>= "0.8"}
18 "conduit-lwt-unix" {<"2.0.0"}
19]
20synopsis: "Redis tools based on the Hiredis C library"
21description:
22 "Hiredis provides a simple interface for communicating with Redis from OCaml"
23url {
24 src: "https://github.com/zshipko/ocaml-hiredis/archive/v0.8.tar.gz"
25 checksum: [
26 "sha256=435856f35001c2a6e5397ffd575a4356e096ac3ef7523af6b7ded6d998764af8"
27 "md5=cf199610db66d95e9d7b00fb8a5e5f68"
28 ]
29}