File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
qcow-stream/qcow-stream.0.13.0
qcow-tool/qcow-tool.0.13.0
qcow-types/qcow-types.0.13.0 Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ depends: [
1414 "cstruct-lwt"
1515 "io-page"
1616 "lwt" {>= "5.5.0"}
17+ "lwt_ppx" {>= "1.0.1"}
18+ "alcotest" {with-test}
1719 "odoc" {with-doc}
1820]
1921build: [
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ depends: [
2626 "fmt" {>= "0.8.2"}
2727 "astring"
2828 "io-page" {>= "2.4.0"}
29+ "alcotest" {with-test}
2930 "ounit" {with-test}
3031 "mirage-block-ramdisk" {with-test}
3132 "ezjsonm" {with-test}
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ depends: [
1616 "diet" {>= "0.3.0"}
1717 "logs"
1818 "lwt"
19- "lwt_ppx"
19+ "lwt_ppx" {>= "1.0.1"}
2020 "mirage-block" {>= "3.0.0"}
2121 "ppx_sexp_conv"
2222 "prometheus"
2323 "sexplib"
24+ "qcow_stream" {with-test}
2425 "alcotest" {with-test}
2526 "odoc" {with-doc}
2627]
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ depends: [
3131 "sha"
3232 "ppx_deriving"
3333 "ppx_sexp_conv"
34+ "qcow_stream" {with-test}
3435 "ounit" {with-test}
3536 "mirage-block-ramdisk" {with-test & >= "0.5"}
3637 "ezjsonm" {with-test}
You can’t perform that action at this time.
0 commit comments