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]
11]
12depends: [
13 "ocaml" {>= "4.03.0"}
14 "jbuilder" {>= "1.0+beta7"}
15]
16synopsis: "Hiredis Value type"
17description:
18 "Hiredis_value provides access to the Hiredis Value type without depending on any C stubs"
19url {
20 src: "https://github.com/zshipko/ocaml-hiredis/archive/v0.8.tar.gz"
21 checksum: [
22 "sha256=435856f35001c2a6e5397ffd575a4356e096ac3ef7523af6b7ded6d998764af8"
23 "md5=cf199610db66d95e9d7b00fb8a5e5f68"
24 ]
25}