Skip to content

Commit d475e55

Browse files
Update dependencies of qcow packages
Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>
1 parent 405ef51 commit d475e55

File tree

4 files changed

+6
-1
lines changed
  • packages
    • qcow-stream/qcow-stream.0.13.0
    • qcow-tool/qcow-tool.0.13.0
    • qcow-types/qcow-types.0.13.0
    • qcow/qcow.0.13.0

4 files changed

+6
-1
lines changed

packages/qcow-stream/qcow-stream.0.13.0/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
]
1921
build: [

packages/qcow-tool/qcow-tool.0.13.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

packages/qcow-types/qcow-types.0.13.0/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
]

packages/qcow/qcow.0.13.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)