Skip to content

Commit 1a892ae

Browse files
committed
better opam file
1 parent 3270e84 commit 1a892ae

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

hack_parallel.opam

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
opam-version: "1.2"
1+
opam-version: "2.0"
22
maintainer: "[email protected]"
3-
authors: [""]
3+
authors: "Facebook hackers"
44
homepage: "https://github.com/rvantonder/hack-parallel"
55
bug-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"
77
license: "MIT"
8-
build: [["dune" "build" "-p" name "-j" jobs "@install"]]
8+
build: ["dune" "build" "-p" name "-j" jobs "@install"]
99
depends: [
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+
"""

0 commit comments

Comments
 (0)