opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Capital LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/async_parallel"
license: "Apache-2.0"
build: [
  [make]
]
remove: [["ocamlfind" "remove" "parallel"]]
depends: [
  "ocaml" {>= "4.00.1" & < "4.03"}
  "camlp4"
  "ocamlfind" {>= "1.3.2"}
  "async" {>= "109.30.00" & <= "109.33.00"}
  "bin_prot" {= "109.30.00"}
  "core" {>= "109.30.00" & <= "109.32.00"}
  "sexplib" {= "109.20.00"}
  "ocamlbuild" {build}
]
bug-reports: "https://github.com/janestreet/async_parallel/issues"
dev-repo: "git+https://github.com/janestreet/async_parallel.git"
install: [[make "install"]]
synopsis: "Distributed computing library"
description: """
Parallel is a library for running tasks in other processes on a
cluster of machines."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.30.00/individual/async_parallel-109.30.00.tar.gz"
  checksum: "md5=754868f25f3f6d7c3a07dc7ca23ec18e"
}
