File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"
3+ authors: ["KC Sivaramakrishnan <sk826@cl.cam.ac.uk>"]
4+ homepage: "https://github.com/ocaml-multicore/lockfree"
5+ doc: "https://ocaml-multicore.github.io/lockfree"
6+ synopsis: "Lock-free data structures for multicore OCaml"
7+ license: "ISC"
8+ dev-repo: "git+https://github.com/ocaml-multicore/lockfree.git"
9+ bug-reports: "https://github.com/ocaml-multicore/lockfree/issues"
10+ tags: []
11+ depends: [
12+ "ocaml" {>= "5.0"}
13+ "dune" {>= "3.0"}
14+ "qcheck" {with-test & >= "0.18.1"}
15+ "qcheck-alcotest" {with-test & >= "0.18.1"}
16+ "alcotest" {>= "1.6.0"}
17+ "dscheck" {>= "0.0.1"}
18+ "yojson" {>= "2.0.2"}
19+ ]
20+ build: ["dune" "build" "-p" name "-j" jobs]
Original file line number Diff line number Diff line change @@ -18,7 +18,5 @@ depends: [
1818 "alcotest" {>= "1.6.0"}
1919 "dscheck" {with-test & >= "0.0.1"}
2020]
21- depopts: [
22- "yojson" {>= "2.0.2"}
23- ]
21+ depopts: []
2422build: ["dune" "build" "-p" name "-j" jobs]
You can’t perform that action at this time.
0 commit comments