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.10.0"} 10 "dune" {>= "2.0.0"} 11 "resp" {= version} 12 "resp-client" {= version} 13 "resp-server" {= version} 14 "conduit-lwt-unix" {>= "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""" 33url { 34 src: 35 "https://github.com/zshipko/resp/releases/download/v0.11.0/resp-0.11.0.tbz" 36 checksum: [ 37 "sha256=8c4f7afbed08c5d373a822cf0d2f21427605a283b24ef2e1354aa4bff3dd5035" 38 "sha512=1a14349721871c532142d48ad2811d8aad48173fe3c9a4eb0de7df3bcc58fedf98ed62ab0b548d9fa0d97c99559fb63de17622414155017744d04b8d8a35ff79" 39 ] 40} 41x-commit-hash: "cd1c38aa58bd3b11f136a9dee5c2f6116a978e52"