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.03.0"}
11 "cstruct" {>= "1.9" & < "6.1.0"}
12 "io-page"
13 "rresult" {>= "0.3.0"}
14 "uuidm"
15 "stdlib-shims"
16 "dune" {>= "1.0"}
17 "ppx_cstruct" {build & >= "3.0.0"}
18]
19available: os = "linux" | os = "macos"
20build: ["dune" "build" "-p" name "-j" jobs]
21depexts: ["linux-headers"] {os-distribution = "alpine"}
22dev-repo: "git+https://github.com/mirage/ocaml-vhd.git"
23synopsis: "Pure OCaml library to read/write VHD format data"
24description: """
25A pure OCaml library to read and write
26[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a
27simple command-line tool which allows vhd files to be interrogated,
28manipulated, format-converted and streamed to and from files and remote
29servers.
30"""
31x-commit-hash: "d80cceda1c28d8ad4716afb91d8bfc6e5c5cbc69"
32url {
33 src:
34 "https://github.com/mirage/ocaml-vhd/releases/download/v0.12.2/vhd-format-v0.12.2.tbz"
35 checksum: [
36 "sha256=c14d8ed7714d6f422ed17bd6e8a20f9a15cfc0f29497d2d7c6725fdcf3c410eb"
37 "sha512=3b9b9434f54fa481e84dcfbd9b4757fd1bd9d5c6e22d76f5d43881dfa1433404b2bc0993306a941da7c9f1bb16f39d20d8190cb3f21e122c13a50603d0800766"
38 ]
39}