Skip to content

Commit

Permalink
better opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
UnixJunkie committed Mar 12, 2019
1 parent 3270e84 commit 1a892ae
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions hack_parallel.opam
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
opam-version: "1.2"
opam-version: "2.0"
maintainer: "rvantonder@gmail.com"
authors: [""]
authors: "Facebook hackers"
homepage: "https://github.com/rvantonder/hack-parallel"
bug-reports: "https://github.com/rvantonder/hack-parallel/issues"
dev-repo: "https://github.com/rvantonder/hack-parallel.git"
dev-repo: "git+https://github.com/rvantonder/hack-parallel.git"
license: "MIT"
build: [["dune" "build" "-p" name "-j" jobs "@install"]]
build: ["dune" "build" "-p" name "-j" jobs "@install"]
depends: [
"core"
"ppx_deriving"
]
synopsis: "Parallel and shared memory library"
description: """
Parallel and shared memory components used in Facebook's Hack, Flow, and Pyre
projects.
"""

0 comments on commit 1a892ae

Please # to comment.