this repo has no description
1opam-version: "2.0" 2maintainer: "Zach Shipko <zachshipko@gmail.com>" 3authors: ["Zach Shipko <zachshipko@gmail.com>"] 4homepage: "https://github.com/zshipko/resp" 5doc: "https://zshipko.github.io/resp/doc" 6license: "ISC" 7dev-repo: "git+https://github.com/zshipko/resp.git" 8bug-reports: "https://github.com/zshipko/resp/issues" 9depends: 10[ 11 "ocaml" {>= "4.05.0"} 12 "dune" 13 "resp" {>= "0.9" & < "0.10.0"} 14 "resp-client" {>= "0.9" & < "0.10.0"} 15 "conduit-lwt-unix" {>="1.0.0" & <"2.0.0"} 16] 17 18build: 19[ 20 ["dune" "build" "-p" name "-j" jobs] 21] 22 23synopsis: """ 24Redis serialization protocol server 25""" 26url { 27 src: "https://github.com/zshipko/resp/archive/v0.9.tar.gz" 28 checksum: [ 29 "md5=a616b371a8813cfc312ecdaf55c991c7" 30 "sha512=a819f5ce682ba4450303e02bf3599b6ddd99271c00365d409a5874e389005a504073efcea59391faa82b0c3dfbbf3b724babe4ffd5e6ca0a12e1ad4c02798dfc" 31 ] 32}