Skip to content

Commit 399ad05

Browse files
bartoszmodelskilyrm
authored andcommitted
separate package for bench
1 parent 72dea3a commit 399ad05

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

lockfree-bench.opam

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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]

lockfree.opam

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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: []
2422
build: ["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)