opam-version: "2.0" maintainer: "Zach Shipko " authors: ["Zach Shipko "] 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" {>= "1.0+beta7"} "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: [ "sha256=08943b0d5b11214293bb16c21133bcf45888b897f592d58d8ff67bfc83582ae9" "md5=f252270c1a96ce57dd8560798218534f" ] }