opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: "Zach Shipko"
homepage: "https://github.com/zshipko/ocaml-hiredis"
bug-reports: "https://github.com/zshipko/ocaml-hiredis/issues"
license: "ISC"
doc: "https://github.com/zshipko/ocaml-hiredis"
dev-repo: "git+https://github.com/zshipko/ocaml-hiredis.git"
build: [
    ["jbuilder" "build" "-p" name]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder"
]
synopsis: "Hiredis Value type"
description:
  "Hiredis_value provides access to the Hiredis Value type without depending on any C stubs"
url {
  src: "https://github.com/zshipko/ocaml-hiredis/archive/v0.8.tar.gz"
  checksum: "md5=cf199610db66d95e9d7b00fb8a5e5f68"
}
