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]
21synopsis: "Redis tools based on the Hiredis C library"
22description:
23 "Hiredis provides a simple interface for communicating with Redis from OCaml"
24url {
25 src: "https://github.com/zshipko/ocaml-hiredis/archive/v0.7.tar.gz"
26 checksum: [
27 "sha256=1b7a0216728637f3c8589d332fc2560a5dbb18d05fe1f6a77d055a26abfcb893"
28 "md5=6f8b2917ece37eb39921fd5ef25a65ee"
29 ]
30}