this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/command_rpc" 5bug-reports: "https://github.com/janestreet/command_rpc/issues" 6dev-repo: "git+https://github.com/janestreet/command_rpc.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/command_rpc/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "async" {>= "v0.17" & < "v0.18"} 15 "core" {>= "v0.17" & < "v0.18"} 16 "ppx_jane" {>= "v0.17" & < "v0.18"} 17 "dune" {>= "3.11.0"} 18] 19available: arch != "arm32" & arch != "x86_32" 20synopsis: "Utilities for Versioned RPC communication with a child process over stdin and stdout" 21description: " 22" 23url { 24src: "https://github.com/janestreet/command_rpc/archive/refs/tags/v0.17.0.tar.gz" 25checksum: "sha256=402309e8271af1e8642701dff10f55f02a4847db5029151b2e764f5d211f06eb" 26}