package vhd-format-lwt

  1. Overview
  2. No Docs
Lwt interface to read/write VHD format data

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vhd-format-0.13.0.tbz
sha256=b65e38d39345a64beb5601ff8a09cb5b0519e8eb528fa7a1b92d71d383e3e1c5
sha512=27a7acc63aeca883f1f82a6f232925c3bb1e9123826f970de227cbb2137445fe084a5cad2a9476bfecdf7d87d23919bc7790e92164c74e7c7ffdc99b2de64bfd

Description

A pure OCaml library to read and write vhd format data, plus a simple command-line tool which allows vhd files to be interrogated, manipulated, format-converted and streamed to and from files and remote servers.

This package provides an Lwt compatible interface to the library.

Tags

org:mirage org:xapi-project

Published: 19 Nov 2024

Dependencies (9)

  1. dune >= "2.8"
  2. vhd-format = version
  3. rresult >= "0.7.0"
  4. mirage-block >= "3.0.0"
  5. lwt >= "3.2.0"
  6. cstruct-lwt
  7. cstruct >= "6.0.0"
  8. bigarray-compat >= "1.1.0"
  9. ocaml >= "4.10"

Dev Dependencies (4)

  1. io-page with-test & >= "2.4.0"
  2. fmt with-test
  3. alcotest-lwt with-test & >= "1.0.0"
  4. alcotest with-test

Used by

None

Conflicts

None