We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0e3a9 commit d3a23b2Copy full SHA for d3a23b2
bench/dune
@@ -1,3 +1,4 @@
1
(executables
2
(names main mpmc_queue_cmd)
3
- (libraries lockfree unix yojson))
+ (libraries lockfree unix yojson)
4
+ (optional))
lockfree.opam
@@ -16,7 +16,6 @@ depends: [
16
"qcheck-stm" {with-test & >= "0.1"}
17
"qcheck-alcotest" {with-test & >= "0.18.1"}
18
"alcotest" {>= "1.6.0"}
19
- "yojson" {>= "2.0.2"}
20
"dscheck" {with-test & >= "0.0.1"}
21
]
22
depopts: []
0 commit comments