opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/rpc_parallel" bug-reports: "https://github.com/janestreet/rpc_parallel/issues" dev-repo: "git+https://github.com/janestreet/rpc_parallel.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/rpc_parallel/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "async" {>= "v0.16" & < "v0.17"} "core" {>= "v0.16" & < "v0.17"} "core_kernel" {>= "v0.16" & < "v0.17"} "core_unix" {>= "v0.16" & < "v0.17"} "krb" {>= "v0.16" & < "v0.17"} "ppx_jane" {>= "v0.16" & < "v0.17"} "sexplib" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.0"} ] synopsis: "Type-safe parallel library built on top of Async_rpc" description: " Rpc_parallel offers an API to define various workers and protocols, spawn workers as separate processes, and communicate with them using Async Rpc. " url { src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/rpc_parallel-v0.16.0.tar.gz" checksum: "sha256=1e6e85e9f7cf3c1c221ceaa8c0d7a2370d402ae2ee12d68aefb6ebe47ef33016" }