Skip to content

Commit 85f46e5

Browse files
authored
Merge pull request #26863 from psafont/release-vhd-format-v0.13.0
[new release] vhd-format (2 packages) (0.13.0)
2 parents e57ab1a + 3a4783a commit 85f46e5

File tree

4 files changed

+93
-3
lines changed
  • packages
    • vhd-format-lwt
      • vhd-format-lwt.0.12.1
      • vhd-format-lwt.0.12.2
      • vhd-format-lwt.0.13.0
    • vhd-format/vhd-format.0.13.0

4 files changed

+93
-3
lines changed

packages/vhd-format-lwt/vhd-format-lwt.0.12.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ doc: "https://mirage.github.io/ocaml-vhd/"
88
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
99
depends: [
1010
"ocaml" {>= "4.02.3" & < "5.0.0"}
11-
"cstruct"
11+
"cstruct" {< "6.1.0"}
1212
"lwt" {>= "3.2.0"}
1313
"mirage-block" {>= "2.0.1"}
1414
"ounit" {with-test}

packages/vhd-format-lwt/vhd-format-lwt.0.12.2/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ doc: "https://mirage.github.io/ocaml-vhd/"
88
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
99
depends: [
1010
"ocaml" {>= "4.02.3" & < "5.0.0"}
11-
"cstruct"
11+
"cstruct" {< "6.1.0"}
1212
"lwt" {>= "3.2.0"}
1313
"mirage-block" {>= "2.0.1"}
1414
"ounit" {with-test}
15-
"vhd-format"
15+
"vhd-format" {<= "0.13.0"}
1616
"io-page-unix" {with-test}
1717
"dune" {>= "1.0"}
1818
"io-page" {with-test & >= "2.4.0"}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Dave Scott" "Jon Ludlam"]
4+
tags: ["org:mirage" "org:xapi-project"]
5+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+
homepage: "https://github.com/mirage/ocaml-vhd"
7+
doc: "https://mirage.github.io/ocaml-vhd/"
8+
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
9+
depends: [
10+
"ocaml" {>= "4.10"}
11+
"alcotest" {with-test}
12+
"alcotest-lwt" {with-test & >= "1.0.0"}
13+
"bigarray-compat" {>= "1.1.0"}
14+
"cstruct" {>= "6.0.0"}
15+
"cstruct-lwt"
16+
"fmt" {with-test}
17+
"lwt" {>= "3.2.0"}
18+
"mirage-block" {>= "3.0.0"}
19+
"rresult" {>= "0.7.0"}
20+
"vhd-format" {= version}
21+
"dune" {>= "2.8"}
22+
"io-page" {with-test & >= "2.4.0"}
23+
]
24+
available: os = "linux" | os = "macos"
25+
build: [
26+
["dune" "build" "-p" name "-j" jobs]
27+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
28+
]
29+
depexts: ["linux-headers"] {os-distribution = "alpine"}
30+
dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
31+
synopsis: "Lwt interface to read/write VHD format data"
32+
description: """
33+
A pure OCaml library to read and write
34+
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
35+
simple command-line tool which allows vhd files to be interrogated,
36+
manipulated, format-converted and streamed to and from files and remote
37+
servers.
38+
39+
This package provides an Lwt compatible interface to the library.
40+
"""
41+
url {
42+
src:
43+
"https://github.com/mirage/ocaml-vhd/releases/download/v0.13.0/vhd-format-0.13.0.tbz"
44+
checksum: [
45+
"sha256=b65e38d39345a64beb5601ff8a09cb5b0519e8eb528fa7a1b92d71d383e3e1c5"
46+
"sha512=27a7acc63aeca883f1f82a6f232925c3bb1e9123826f970de227cbb2137445fe084a5cad2a9476bfecdf7d87d23919bc7790e92164c74e7c7ffdc99b2de64bfd"
47+
]
48+
}
49+
x-commit-hash: "5a682123505b4eca80efc21771af7ba20caf24d7"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Dave Scott" "Jon Ludlam"]
4+
tags: ["org:mirage" "org:xapi-project"]
5+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6+
homepage: "https://github.com/mirage/ocaml-vhd"
7+
doc: "https://mirage.github.io/ocaml-vhd/"
8+
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
9+
depends: [
10+
"ocaml" {>= "4.10.0"}
11+
"bigarray-compat" {>= "1.1.0"}
12+
"cstruct" {>= "6.0.0"}
13+
"io-page"
14+
"result" {>= "1.5"}
15+
"rresult" {>= "0.7.0"}
16+
"uuidm" {>= "0.9.9"}
17+
"stdlib-shims"
18+
"dune" {>= "2.8"}
19+
"ppx_cstruct" {build & >= "3.0.0"}
20+
]
21+
available: os = "linux" | os = "macos"
22+
build: ["dune" "build" "-p" name "-j" jobs]
23+
depexts: ["linux-headers"] {os-distribution = "alpine"}
24+
dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
25+
synopsis: "Pure OCaml library to read/write VHD format data"
26+
description: """
27+
A pure OCaml library to read and write
28+
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
29+
simple command-line tool which allows vhd files to be interrogated,
30+
manipulated, format-converted and streamed to and from files and remote
31+
servers.
32+
"""
33+
url {
34+
src:
35+
"https://github.com/mirage/ocaml-vhd/releases/download/v0.13.0/vhd-format-0.13.0.tbz"
36+
checksum: [
37+
"sha256=b65e38d39345a64beb5601ff8a09cb5b0519e8eb528fa7a1b92d71d383e3e1c5"
38+
"sha512=27a7acc63aeca883f1f82a6f232925c3bb1e9123826f970de227cbb2137445fe084a5cad2a9476bfecdf7d87d23919bc7790e92164c74e7c7ffdc99b2de64bfd"
39+
]
40+
}
41+
x-commit-hash: "5a682123505b4eca80efc21771af7ba20caf24d7"

0 commit comments

Comments
 (0)