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.7.1.tar.gz" 27 checksum: [ 28 "sha256=a8c2509faf65189bf89e7c47c897b59ac2707c435d6a3fc817563f8e13e8dd1b" 29 "md5=db79a9929ea50dd82ba0602e15a59cb9" 30 ] 31}