this repo has no description

[new release] vhd-format (2 packages) (0.13.0)

CHANGES:

* Add explicit dependencies to the unix library (psafont, mirage/ocaml-vhd#79)
* Include changes present in the in xapi. (mirage/ocaml-vhd#78)
- Add Hybrid_raw_input (robhoes)
- Limit the size of sectors when coalescing (Vincent-lau)
- Speed up unit tests, make them more reliable (etorok, psafont)
- Replace some existing patterns with functions in newer compiler versions,
requires OCaml 4.10 (last-genius, contificate)
* Update usages of io-page and cstruct for compatibility with latest releases
(psafont mirage/ocaml-vhd#77)

Changed files
+90
packages
vhd-format
vhd-format.0.13.0
vhd-format-lwt
vhd-format-lwt.0.13.0
+49
packages/vhd-format-lwt/vhd-format-lwt.0.13.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dave@recoil.org"
+
authors: ["Dave Scott" "Jon Ludlam"]
+
tags: ["org:mirage" "org:xapi-project"]
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/mirage/ocaml-vhd"
+
doc: "https://mirage.github.io/ocaml-vhd/"
+
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"alcotest" {with-test}
+
"alcotest-lwt" {with-test & >= "1.0.0"}
+
"bigarray-compat" {>= "1.1.0"}
+
"cstruct" {>= "6.0.0"}
+
"cstruct-lwt"
+
"fmt" {with-test}
+
"lwt" {>= "3.2.0"}
+
"mirage-block" {>= "3.0.0"}
+
"rresult" {>= "0.7.0"}
+
"vhd-format" {= version}
+
"dune" {>= "2.8"}
+
"io-page" {with-test & >= "2.4.0"}
+
]
+
available: os = "linux" | os = "macos"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depexts: ["linux-headers"] {os-distribution = "alpine"}
+
dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
+
synopsis: "Lwt interface to read/write VHD format data"
+
description: """
+
A pure OCaml library to read and write
+
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
+
simple command-line tool which allows vhd files to be interrogated,
+
manipulated, format-converted and streamed to and from files and remote
+
servers.
+
+
This package provides an Lwt compatible interface to the library.
+
"""
+
url {
+
src:
+
"https://github.com/mirage/ocaml-vhd/releases/download/v0.13.0/vhd-format-0.13.0.tbz"
+
checksum: [
+
"sha256=b65e38d39345a64beb5601ff8a09cb5b0519e8eb528fa7a1b92d71d383e3e1c5"
+
"sha512=27a7acc63aeca883f1f82a6f232925c3bb1e9123826f970de227cbb2137445fe084a5cad2a9476bfecdf7d87d23919bc7790e92164c74e7c7ffdc99b2de64bfd"
+
]
+
}
+
x-commit-hash: "5a682123505b4eca80efc21771af7ba20caf24d7"
+41
packages/vhd-format/vhd-format.0.13.0/opam
···
+
opam-version: "2.0"
+
maintainer: "dave@recoil.org"
+
authors: ["Dave Scott" "Jon Ludlam"]
+
tags: ["org:mirage" "org:xapi-project"]
+
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
+
homepage: "https://github.com/mirage/ocaml-vhd"
+
doc: "https://mirage.github.io/ocaml-vhd/"
+
bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
+
depends: [
+
"ocaml" {>= "4.10.0"}
+
"bigarray-compat" {>= "1.1.0"}
+
"cstruct" {>= "6.0.0"}
+
"io-page"
+
"result" {>= "1.5"}
+
"rresult" {>= "0.7.0"}
+
"uuidm" {>= "0.9.9"}
+
"stdlib-shims"
+
"dune" {>= "2.8"}
+
"ppx_cstruct" {build & >= "3.0.0"}
+
]
+
available: os = "linux" | os = "macos"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
depexts: ["linux-headers"] {os-distribution = "alpine"}
+
dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
+
synopsis: "Pure OCaml library to read/write VHD format data"
+
description: """
+
A pure OCaml library to read and write
+
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
+
simple command-line tool which allows vhd files to be interrogated,
+
manipulated, format-converted and streamed to and from files and remote
+
servers.
+
"""
+
url {
+
src:
+
"https://github.com/mirage/ocaml-vhd/releases/download/v0.13.0/vhd-format-0.13.0.tbz"
+
checksum: [
+
"sha256=b65e38d39345a64beb5601ff8a09cb5b0519e8eb528fa7a1b92d71d383e3e1c5"
+
"sha512=27a7acc63aeca883f1f82a6f232925c3bb1e9123826f970de227cbb2137445fe084a5cad2a9476bfecdf7d87d23919bc7790e92164c74e7c7ffdc99b2de64bfd"
+
]
+
}
+
x-commit-hash: "5a682123505b4eca80efc21771af7ba20caf24d7"