Skip to content

Commit d3a23b2

Browse files
bartoszmodelskilyrm
authored andcommitted
yojson optional
1 parent 6f0e3a9 commit d3a23b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bench/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
(executables
22
(names main mpmc_queue_cmd)
3-
(libraries lockfree unix yojson))
3+
(libraries lockfree unix yojson)
4+
(optional))

lockfree.opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ depends: [
1616
"qcheck-stm" {with-test & >= "0.1"}
1717
"qcheck-alcotest" {with-test & >= "0.18.1"}
1818
"alcotest" {>= "1.6.0"}
19-
"yojson" {>= "2.0.2"}
2019
"dscheck" {with-test & >= "0.0.1"}
2120
]
2221
depopts: []

0 commit comments

Comments
 (0)