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.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] 21available: os = "linux" | os = "macos" 22build: ["dune" "build" "-p" name "-j" jobs] 23depexts: ["linux-headers"] {os-distribution = "alpine"} 24dev-repo: "git+https://github.com/mirage/ocaml-vhd.git" 25synopsis: "Pure OCaml library to read/write VHD format data" 26description: """ 27A pure OCaml library to read and write 28[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a 29simple command-line tool which allows vhd files to be interrogated, 30manipulated, format-converted and streamed to and from files and remote 31servers. 32""" 33url { 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} 41x-commit-hash: "5a682123505b4eca80efc21771af7ba20caf24d7"