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.17~preview.129.11+135"} "core" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "core_unix" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "sexplib" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.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/f5fc5c63e7f7962a3c9f8148d4476c97251daf07.tar.gz" checksum: "sha256=9595d85eb15245d31e8251d1094f355589ac92d04ef74783e12301f57c3e5d66" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]