opam-version: "2.0" maintainer: "Zach Shipko " authors: "Zach Shipko " license: "ISC" homepage: "https://github.com/zshipko/resp" doc: "https://zshipko.github.io/resp" bug-reports: "https://github.com/zshipko/resp/issues" depends: [ "ocaml" {>= "4.07.0"} "dune" {>= "2.0.0"} "resp" {= version} "resp-client" {= version} "resp-server" {= version} "conduit-lwt-unix" {>= "1.3.0" & < "5.0.0"} "alcotest" {with-test} "lwt" ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] dev-repo: "git+https://github.com/zshipko/resp.git" synopsis: """ Redis serialization protocol for Unix """ description: """ Redis protocol for Unix Defines a Unix-compaible client and server using Lwt """ x-commit-hash: "3ebb6814d41bd9112c8b7239c5e5706f9a9931f1" url { src: "https://github.com/zshipko/resp/releases/download/v0.10.0/resp-v0.10.0.tbz" checksum: [ "sha256=519d35c356baa115629b2912b118fdef9ccc4ee79a7cacb72ca3957aa09e46f4" "sha512=64cd5e24d406f20b0505085bf6d98e810a528f07790ef9130cc612bb1392a9aa709f49765b524c31045ca0328fc878cc6996be4c03c7e852a0c6cd1a4c54891a" ] }