this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["Dave Scott" "Jon Ludlam"]
4tags: ["org:mirage" "org:xapi-project"]
5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
6homepage: "https://github.com/mirage/ocaml-vhd"
7doc: "https://mirage.github.io/ocaml-vhd/"
8bug-reports: "https://github.com/mirage/ocaml-vhd/issues"
9depends: [
10 "ocaml" {>= "4.02.3" & < "5.0.0"}
11 "cstruct" {< "6.1.0"}
12 "lwt" {>= "3.2.0"}
13 "mirage-block" {>= "2.0.1"}
14 "ounit2" {with-test}
15 "vhd-format"
16 "dune" {>= "1.0"}
17 "io-page" {with-test & >= "2.4.0" & < "3.0.0"}
18]
19available: os = "linux" | os = "macos"
20build: [
21 ["dune" "build" "-p" name "-j" jobs]
22 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
23]
24depexts: ["linux-headers"] {os-distribution = "alpine"}
25dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
26synopsis: "Lwt interface to read/write VHD format data"
27description: """
28A pure OCaml library to read and write
29[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
30simple command-line tool which allows vhd files to be interrogated,
31manipulated, format-converted and streamed to and from files and remote
32servers.
33
34This package provides an Lwt compatible interface to the library.
35"""
36url {
37 src:
38 "https://github.com/mirage/ocaml-vhd/releases/download/v0.12.3/vhd-format-0.12.3.tbz"
39 checksum: [
40 "sha256=e3da58f79172f7c55d8b07cea100358771248b435baf5fbe941e61e6d0840730"
41 "sha512=3af8d9f618266c5bd9c65e1b81c97c6e68c07ab84b8031dbef691ac7775fe7ea308be995dfdba8a785f404aeb44a3e094c78861f1e9f8d8321a1110c1da64fd5"
42 ]
43}
44x-commit-hash: "6f3f75bc881c6f22117e01aa8520fa70564fde42"