this repo has no description
1opam-version: "2.0" 2maintainer: "Rijnard van Tonder <rvantonder@gmail.com>" 3authors: "Facebook. Modifications by Rijnard van Tonder" 4homepage: "https://github.com/rvantonder/hack_parallel" 5bug-reports: "https://github.com/rvantonder/hack_parallel/issues" 6dev-repo: "git+https://github.com/rvantonder/hack_parallel.git" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs "@install"] 10] 11depends: [ 12 "ocaml" {>= "4.04.1"} 13 "dune" {>= "1.11"} 14 "conf-pkg-config" 15 "conf-sqlite3" 16 "core_kernel" 17 "ppx_deriving" 18 "ppxlib" {< "0.9.0"} 19 "sexplib" 20] 21synopsis: "Parallel and shared memory library" 22description: """ 23Parallel and shared memory components used in Facebook's Hack, Flow, and Pyre 24projects. 25""" 26url { 27 src: "https://github.com/rvantonder/hack_parallel/archive/1.0.0.tar.gz" 28 checksum: [ 29 "sha256=4ebcdd0c0b23735228d13bbf401799174771a747a5aeb4f35b64dcfc68079e29" 30 "md5=26aff6c969020c1d2f588c574dc7d08a" 31 ] 32}