vhd: Provides functions to inspect and manipulate virtual hard disk (VHD) files.

[ bsd3, library, system ] [ Propose Tags ]

Provides functions to inspect and manipulate virtual hard disk (VHD) files, according to the VHD specification (version 1.0).


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
test

Build unit tests

Disabled
executable

Build executables

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.2
Dependencies base (>=4 && <5), bytestring, cereal, filepath, mmap, QuickCheck (>=2), random, storable-endian, test-framework (>=0.3), test-framework-quickcheck2 (>=0.2), text, time [details]
License BSD-3-Clause
Copyright Citrix Systems Inc.
Author Jonathan Knowles, Vincent Hanquez
Maintainer jonathan.knowles@eu.citrix.com
Category System
Home page https://github.com/jonathanknowles/hs-vhd
Source repo head: git clone git://github.com/jonathanknowles/hs-vhd
Uploaded by JonathanKnowles at 2011-11-14T17:35:51Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables vhd, Tests
Downloads 5240 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for vhd-0.2

[back to package description]
Provides functions to inspect and manipulate virtual hard disk (VHD) files, according to the VHD specification (version 1.0).