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" {< "v0.15"}
17 "ppx_deriving"
18 "ppxlib"
19 "sexplib"
20]
21available: arch != "arm32"
22synopsis: "Parallel and shared memory library"
23description: """
24Parallel and shared memory components used in Facebook's Hack, Flow, and Pyre
25projects.
26"""
27url {
28 src: "https://github.com/rvantonder/hack_parallel/archive/1.0.1.tar.gz"
29 checksum: [
30 "md5=ba7c72bc207e326b72e294fc76f6ad2c"
31 "sha512=5020d47f97bea2f88e2a40411894d03232a7f2282606926c93c7d4c96d72e94a966be852897a9b16f7e0893ba376512045abb9d93020a7c03c3def4f3d918f8e"
32 ]
33}