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"} 11 "alcotest" {with-test} 12 "alcotest-lwt" {with-test & >= "1.0.0"} 13 "bigarray-compat" {>= "1.1.0"} 14 "cstruct" {>= "6.0.0"} 15 "cstruct-lwt" 16 "fmt" {with-test} 17 "lwt" {>= "3.2.0"} 18 "mirage-block" {>= "3.0.0"} 19 "rresult" {>= "0.7.0"} 20 "vhd-format" {= version} 21 "dune" {>= "2.8"} 22 "io-page" {with-test & >= "2.4.0"} 23] 24available: os = "linux" | os = "macos" 25build: [ 26 ["dune" "build" "-p" name "-j" jobs] 27 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 28] 29depexts: ["linux-headers"] {os-distribution = "alpine"} 30dev-repo: "git+https://github.com/mirage/ocaml-vhd.git" 31synopsis: "Lwt interface to read/write VHD format data" 32description: """ 33A pure OCaml library to read and write 34[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a 35simple command-line tool which allows vhd files to be interrogated, 36manipulated, format-converted and streamed to and from files and remote 37servers. 38 39This package provides an Lwt compatible interface to the library. 40""" 41url { 42 src: 43 "https://github.com/mirage/ocaml-vhd/releases/download/v0.13.0/vhd-format-0.13.0.tbz" 44 checksum: [ 45 "sha256=b65e38d39345a64beb5601ff8a09cb5b0519e8eb528fa7a1b92d71d383e3e1c5" 46 "sha512=27a7acc63aeca883f1f82a6f232925c3bb1e9123826f970de227cbb2137445fe084a5cad2a9476bfecdf7d87d23919bc7790e92164c74e7c7ffdc99b2de64bfd" 47 ] 48} 49x-commit-hash: "5a682123505b4eca80efc21771af7ba20caf24d7"