File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- opam-version: "1.2 "
1+ opam-version: "2.0 "
22maintainer: "rvantonder@gmail.com"
3- authors: [""]
3+ authors: "Facebook hackers"
44homepage: "https://github.com/rvantonder/hack-parallel"
55bug-reports: "https://github.com/rvantonder/hack-parallel/issues"
6- dev-repo: "https://github.com/rvantonder/hack-parallel.git"
6+ dev-repo: "git+ https://github.com/rvantonder/hack-parallel.git"
77license: "MIT"
8- build: [[ "dune" "build" "-p" name "-j" jobs "@install"] ]
8+ build: ["dune" "build" "-p" name "-j" jobs "@install"]
99depends: [
1010 "core"
11+ "ppx_deriving"
1112]
13+ synopsis: "Parallel and shared memory library"
14+ description: """
15+ Parallel and shared memory components used in Facebook's Hack, Flow, and Pyre
16+ projects.
17+ """
You can’t perform that action at this time.
0 commit comments