opam-version: "2.0" maintainer: "Rijnard van Tonder " authors: "Facebook. Modifications by Rijnard van Tonder" 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: [ ["dune" "build" "-p" name "-j" jobs "@install"] ] depends: [ "ocaml" {>= "4.04.1"} "dune" {>= "1.11"} "conf-pkg-config" "conf-sqlite3" "core_kernel" "ppx_deriving" "ppxlib" {< "0.9.0"} "sexplib" ] 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/1.0.0.tar.gz" checksum: [ "sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29" "md5=26aff6c969020c1d2f588c574dc7d08a" ] }