Skip to content

Commit 77ff289

Browse files
authored
Merge pull request #28936 from psafont/release-qcow-0.12.2
[new release] qcow (4 packages) (0.12.2)
2 parents d299047 + 2827ba9 commit 77ff289

File tree

4 files changed

+209
-0
lines changed
  • packages
    • qcow-stream/qcow-stream.0.12.2
    • qcow-tool/qcow-tool.0.12.2
    • qcow-types/qcow-types.0.12.2
    • qcow/qcow.0.12.2

4 files changed

+209
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "Library offering QCOW streaming capabilities"
3+
maintainer: [
4+
"Dave Scott <[email protected]>" "Pau Ruiz Safont" "Edwin Török "
5+
]
6+
authors: ["David Scott"]
7+
license: "ISC"
8+
tags: ["org:mirage"]
9+
homepage: "https://github.com/mirage/ocaml-qcow"
10+
bug-reports: "https://github.com/mirage/ocaml-qcow/issues"
11+
depends: [
12+
"dune" {>= "3.18"}
13+
"qcow-types" {= version}
14+
"cstruct-lwt"
15+
"io-page"
16+
"lwt" {>= "5.5.0"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/mirage/ocaml-qcow.git"
33+
x-maintenance-intent: ["latest"]
34+
url {
35+
src:
36+
"https://github.com/mirage/ocaml-qcow/releases/download/0.12.2/qcow-0.12.2.tbz"
37+
checksum: [
38+
"sha256=bb12f9f37ad69b54af000e64add460034ea09102687aacb4f748488afe83c868"
39+
"sha512=883fc7a1d98ee1c272408829050a0b56c785664bc16c0820440d638039e08e55c458813728c2f8c8ac49ceea582a79c3d93142664d5134f87e6bb6618a6b8f66"
40+
]
41+
}
42+
x-commit-hash: "b7fc9dfd4b071b49eebbfdf7401551eb305bda01"
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
opam-version: "2.0"
2+
synopsis: "A command-line tool for manipulating qcow2-formatted data"
3+
maintainer: [
4+
"Dave Scott <[email protected]>" "Pau Ruiz Safont" "Edwin Török "
5+
]
6+
authors: ["David Scott"]
7+
license: "ISC"
8+
tags: ["org:mirage"]
9+
homepage: "https://github.com/mirage/ocaml-qcow"
10+
bug-reports: "https://github.com/mirage/ocaml-qcow/issues"
11+
depends: [
12+
"dune" {>= "3.18"}
13+
"ocaml" {>= "4.12.0"}
14+
"qcow" {= version}
15+
"qcow-stream" {= version}
16+
"conf-qemu-img" {with-test}
17+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
18+
"cstruct"
19+
"result"
20+
"unix-type-representations"
21+
"lwt"
22+
"mirage-block" {>= "3.0.0"}
23+
"sha" {>= "1.15.4"}
24+
"sexplib"
25+
"logs"
26+
"fmt" {>= "0.8.2"}
27+
"astring"
28+
"io-page" {>= "2.4.0"}
29+
"ounit" {with-test}
30+
"mirage-block-ramdisk" {with-test}
31+
"ezjsonm" {with-test}
32+
"odoc" {with-doc}
33+
]
34+
dev-repo: "git+https://github.com/mirage/ocaml-qcow.git"
35+
x-maintenance-intent: ["latest"]
36+
build: [
37+
[
38+
"dune"
39+
"build"
40+
"-p"
41+
name
42+
"-j"
43+
jobs
44+
"@install"
45+
"@runtest" {with-test & arch != "arm32" & arch != "x86_32"}
46+
"@doc" {with-doc}
47+
]
48+
]
49+
url {
50+
src:
51+
"https://github.com/mirage/ocaml-qcow/releases/download/0.12.2/qcow-0.12.2.tbz"
52+
checksum: [
53+
"sha256=bb12f9f37ad69b54af000e64add460034ea09102687aacb4f748488afe83c868"
54+
"sha512=883fc7a1d98ee1c272408829050a0b56c785664bc16c0820440d638039e08e55c458813728c2f8c8ac49ceea582a79c3d93142664d5134f87e6bb6618a6b8f66"
55+
]
56+
}
57+
x-commit-hash: "b7fc9dfd4b071b49eebbfdf7401551eb305bda01"
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis: "Minimal set of dependencies for qcow-stream, shared with qcow"
3+
maintainer: [
4+
"Dave Scott <[email protected]>" "Pau Ruiz Safont" "Edwin Török "
5+
]
6+
authors: ["David Scott"]
7+
license: "ISC"
8+
tags: ["org:mirage"]
9+
homepage: "https://github.com/mirage/ocaml-qcow"
10+
bug-reports: "https://github.com/mirage/ocaml-qcow/issues"
11+
depends: [
12+
"dune" {>= "3.18"}
13+
"ocaml" {>= "4.12.0"}
14+
"astring"
15+
"cstruct" {>= "6.1.0"}
16+
"diet" {>= "0.3.0"}
17+
"logs"
18+
"lwt"
19+
"mirage-block" {>= "3.0.0"}
20+
"ppx_sexp_conv"
21+
"prometheus"
22+
"sexplib"
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
[
27+
"dune"
28+
"build"
29+
"-p"
30+
name
31+
"-j"
32+
jobs
33+
"@install"
34+
"@runtest" {with-test}
35+
"@doc" {with-doc}
36+
]
37+
]
38+
dev-repo: "git+https://github.com/mirage/ocaml-qcow.git"
39+
x-maintenance-intent: ["latest"]
40+
url {
41+
src:
42+
"https://github.com/mirage/ocaml-qcow/releases/download/0.12.2/qcow-0.12.2.tbz"
43+
checksum: [
44+
"sha256=bb12f9f37ad69b54af000e64add460034ea09102687aacb4f748488afe83c868"
45+
"sha512=883fc7a1d98ee1c272408829050a0b56c785664bc16c0820440d638039e08e55c458813728c2f8c8ac49ceea582a79c3d93142664d5134f87e6bb6618a6b8f66"
46+
]
47+
}
48+
x-commit-hash: "b7fc9dfd4b071b49eebbfdf7401551eb305bda01"

packages/qcow/qcow.0.12.2/opam

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
opam-version: "2.0"
2+
synopsis: "Support for Qcow2 images"
3+
maintainer: [
4+
"Dave Scott <[email protected]>" "Pau Ruiz Safont" "Edwin Török "
5+
]
6+
authors: ["David Scott"]
7+
license: "ISC"
8+
tags: ["org:mirage"]
9+
homepage: "https://github.com/mirage/ocaml-qcow"
10+
bug-reports: "https://github.com/mirage/ocaml-qcow/issues"
11+
depends: [
12+
"dune" {>= "3.18"}
13+
"ocaml" {>= "4.12.0"}
14+
"qcow-types" {= version}
15+
"base-bytes"
16+
"cstruct" {>= "3.4.0"}
17+
"result"
18+
"io-page" {>= "2.4.0"}
19+
"lwt" {>= "5.5.0"}
20+
"mirage-block" {>= "3.0.0"}
21+
"mirage-block-unix" {>= "2.5.0"}
22+
"mirage-block-combinators"
23+
"mirage-sleep"
24+
"sexplib"
25+
"logs"
26+
"fmt" {>= "0.8.2"}
27+
"astring"
28+
"prometheus"
29+
"unix-type-representations"
30+
"stdlib-shims"
31+
"sha"
32+
"ppx_deriving"
33+
"ppx_sexp_conv"
34+
"ounit" {with-test}
35+
"mirage-block-ramdisk" {with-test & >= "0.5"}
36+
"ezjsonm" {with-test}
37+
"odoc" {with-doc}
38+
]
39+
build: [
40+
[
41+
"dune"
42+
"build"
43+
"-p"
44+
name
45+
"-j"
46+
jobs
47+
"@install"
48+
"@runtest" {with-test}
49+
"@doc" {with-doc}
50+
]
51+
]
52+
dev-repo: "git+https://github.com/mirage/ocaml-qcow.git"
53+
x-maintenance-intent: ["latest"]
54+
url {
55+
src:
56+
"https://github.com/mirage/ocaml-qcow/releases/download/0.12.2/qcow-0.12.2.tbz"
57+
checksum: [
58+
"sha256=bb12f9f37ad69b54af000e64add460034ea09102687aacb4f748488afe83c868"
59+
"sha512=883fc7a1d98ee1c272408829050a0b56c785664bc16c0820440d638039e08e55c458813728c2f8c8ac49ceea582a79c3d93142664d5134f87e6bb6618a6b8f66"
60+
]
61+
}
62+
x-commit-hash: "b7fc9dfd4b071b49eebbfdf7401551eb305bda01"

0 commit comments

Comments
 (0)