opam-version: "2.0"
maintainer: "Zach Shipko <zachshipko@gmail.com>"
authors: ["Zach Shipko <zachshipko@gmail.com>"]
homepage: "https://github.com/zshipko/resp-server"
doc: "https://github.com/zshipko/resp-server"
license: "ISC"
dev-repo: "git+https://github.com/zshipko/resp-server.git"
bug-reports: "https://github.com/zshipko/resp-server/issues"
tags: ["redis"]

depends: [
  "ocaml" {>= "4.05.0"}
  "jbuilder"
  "hiredis-value" {>= "0.8"}
  "conduit-lwt-unix" {>= "1.0" & <"2.0.0"}
]
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name] {with-test}
]
synopsis: "A server that communicates using the REdis Serialization Protocol"
description:
  "resp-server allows you to build RESP servers quickly, without having to worry about any server implementation details."
url {
  src: "https://github.com/zshipko/resp-server/archive/v0.3.tar.gz"
  checksum: "md5=f252270c1a96ce57dd8560798218534f"
}
