OASISFormat: 0.3
Name:        vhd-format
Version:     0.7.2
Synopsis:    .vhd file manipulation
Authors:     Jonathan Ludlam and David Scott
License:     LGPL-2.1 with OCaml linking exception
Plugins:     META (0.3)
BuildTools:  ocamlbuild

Library vhd
  Pack:               true
  CompiledObject:     best
  Path:               lib
  Findlibname:        vhd-format
  Modules:            F, S, Result, Element, Patterns
  BuildDepends:       uuidm, cstruct, io-page

Library vhd_lwt
  Pack:               true
  CompiledObject:     best
  Path:               lib
  Findlibname:        lwt
  Findlibparent:      vhd
  Modules:            IO, File, Patterns_lwt, Block
  BuildDepends:       lwt, lwt.unix, cstruct.lwt, oUnit, mirage-types.lwt
  CSources:           odirect_stubs.c, blkgetsize64_stubs.c

Executable disk_to_ocaml
  CompiledObject:     best
  Path:               lib_test
  MainIs:             disk_to_ocaml.ml
  Custom:             true
  Install:            false
  BuildDepends:       lwt, lwt.unix, vhd-format, vhd-format.lwt, cstruct

Executable parse_test
  CompiledObject:     best
  Path:               lib_test
  MainIs:             parse_test.ml
  Custom:             true
  Install:            false
  BuildDepends:       lwt, lwt.unix, vhd-format, vhd-format.lwt, cstruct, oUnit, io-page.unix

Test parse_test
  Command:            ./parse_test.native
  Run:                true
