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" {>= "5.1.0"} "async" {>= "v0.17" & < "v0.18"} "core" {>= "v0.17" & < "v0.18"} "core_kernel" {>= "v0.17" & < "v0.18"} "core_unix" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "sexplib" {>= "v0.17" & < "v0.18"} "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/rpc_parallel/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=160c3c60b224f3238810858435e8ce5d51376edf6fe2af6cc0ed02edf0166e08" }