this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: ["Dave Scott" "Jon Ludlam"] 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5tags: ["org:mirage" "org:xapi-project"] 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" & < "4.13"} 11 "cstruct" {>= "1.9"} 12 "io-page" 13 "rresult" {>= "0.3.0"} 14 "uuidm" 15 "dune" {>= "1.0"} 16 "ppx_cstruct" {build & >= "3.0.0"} 17] 18available: os = "linux" | os = "macos" 19build: ["dune" "build" "-p" name "-j" jobs] 20depexts: ["linux-headers"] {os-distribution = "alpine"} 21dev-repo: "git+https://github.com/mirage/ocaml-vhd.git" 22synopsis: "Pure OCaml library to read/write VHD format data" 23description: """ 24A pure OCaml library to read and write 25[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a 26simple command-line tool which allows vhd files to be interrogated, 27manipulated, format-converted and streamed to and from files and remote 28servers. 29""" 30x-commit-hash: "592a1ed0bc09a971012558e6017d4ba67d2a4907" 31url { 32 src: 33 "https://github.com/mirage/ocaml-vhd/releases/download/v0.12.1/vhd-format-v0.12.1.tbz" 34 checksum: [ 35 "sha256=d32a295ddabfe4e21424264fd1afd840d11f7eaa7b7fbed55ea625ee8bc04d78" 36 "sha512=67928482f2c402d668b5a69010a6e8fa54a76defa04ed7213d9d6544ad47229b4660e20b503ef26d78372b37fcaf0c686425552eb8d0c7f202c2c8901270caa7" 37 ] 38}