this repo has no description
1opam-version: "2.0" 2maintainer: "Zach Shipko <zachshipko@gmail.com>" 3authors: "Zach Shipko <zachshipko@gmail.com>" 4license: "ISC" 5homepage: "https://github.com/zshipko/resp" 6doc: "https://zshipko.github.io/resp" 7bug-reports: "https://github.com/zshipko/resp/issues" 8depends: [ 9 "ocaml" {>= "4.07.0"} 10 "dune" {>= "2.0.0"} 11 "resp" {= version} 12 "resp-client" {= version} 13 "resp-server" {= version} 14 "conduit-lwt-unix" {>= "1.3.0" & < "5.0.0"} 15 "alcotest" {with-test} 16 "lwt" 17] 18build: [ 19 ["dune" "build" "-p" name "-j" jobs] 20 ["dune" "runtest" "-p" name] {with-test} 21] 22dev-repo: "git+https://github.com/zshipko/resp.git" 23 24synopsis: """ 25Redis serialization protocol for Unix 26""" 27 28description: """ 29Redis protocol for Unix 30 31Defines a Unix-compaible client and server using Lwt 32""" 33x-commit-hash: "3ebb6814d41bd9112c8b7239c5e5706f9a9931f1" 34url { 35 src: 36 "https://github.com/zshipko/resp/releases/download/v0.10.0/resp-v0.10.0.tbz" 37 checksum: [ 38 "sha256=519d35c356baa115629b2912b118fdef9ccc4ee79a7cacb72ca3957aa09e46f4" 39 "sha512=64cd5e24d406f20b0505085bf6d98e810a528f07790ef9130cc612bb1392a9aa709f49765b524c31045ca0328fc878cc6996be4c03c7e852a0c6cd1a4c54891a" 40 ] 41}