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 ["ocaml" "./pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
12 {with-test}
13]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "ocamlfind" {build}
17 "ocamlbuild" {build}
18 "topkg" {build}
19 "lwt" {>= "3.3.0"}
20 "conduit-lwt-unix" {<"2.0.0"}
21]
22synopsis: "Redis tools based on the Hiredis C library"
23description:
24 "Hiredis provides a simple interface for communicating with Redis from OCaml"
25url {
26 src: "https://github.com/zshipko/ocaml-hiredis/archive/v0.6.tar.gz"
27 checksum: [
28 "sha256=5583ede1fb74907c6733798891b902695807890bf99f8a04c5754145f187e37f"
29 "md5=e3216220cd3e92f6eb86f15a813b897d"
30 ]
31}