this repo has no description

lockfree.0.2.0: Fix dune constraint and add -j to dune

Kate 5f1208e0 3ab5ce88

Changed files
+2 -4
packages
lockfree
lockfree.0.2.0
+2 -4
packages/lockfree/lockfree.0.2.0/opam
···
bug-reports: "https://github.com/ocaml-multicore/lockfree/issues"
depends: [
"ocaml" {>= "5.0"}
-
"dune" {>= "1.8"}
+
"dune" {>= "3.0"}
]
-
build: [
-
"dune" "build" "-p" name
-
]
+
build: ["dune" "build" "-p" name "-j" jobs]
url {
src:
"https://github.com/ocaml-multicore/lockfree/releases/download/v0.2.0/lockfree-0.2.0.tbz"