opam-version: "2.0"
maintainer: "rvantonder@gmail.com"
authors: "Facebook hackers"
homepage: "https://github.com/rvantonder/hack-parallel"
bug-reports: "https://github.com/rvantonder/hack-parallel/issues"
dev-repo: "git+https://github.com/rvantonder/hack-parallel.git"
license: "MIT"
build: [
  [make "libhp.a"]
  ["dune" "build" "-p" name "-j" jobs "@install"]
]
depends: [
  "core" {< "v0.15"}
  "ocaml" {>= "4.03.0"}
  "ppx_deriving"
  "ppxlib" {< "0.9.0"}
  "sexplib" {< "v0.15"}
]
synopsis: "Parallel and shared memory library"
description: """
Parallel and shared memory components used in Facebook's Hack, Flow, and Pyre
projects.
"""
url {
  src: "https://github.com/rvantonder/hack-parallel/archive/v0.1.1.tar.gz"
  checksum: "md5=64485d8a2bad2751cb31255bc1be33b7"
}
available: os != "openbsd"