opam-version: "2.0"
maintainer: "jonathan.ludlam@eu.citrix.com"
authors: ["Jon Ludlam"]
homepage: "https://github.com/xapi-project/libvhd"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["oasis" "setup"]
  [make]
]
remove: [[make "uninstall" "BINDIR=%{bin}%"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
  "oasis" {build}
]
depexts: [
  ["blktap-dev" "uuid-dev"] {os-family = "debian"}
  ["blktap-devel" "libuuid-devel"] {os-distribution = "centos"}
]
dev-repo: "git://github.com/xen-org/libvhd"
install: [make "install" "BINDIR=%{bin}%"]
synopsis:
  "OCaml bindings for the C library 'libvhd' which allows the manipulation"
description:
  "(creation, modification, querying) of vhd-format disk image files."
url {
  src: "https://github.com/xen-org/libvhd/archive/libvhd-0.9.0.tar.gz"
  checksum: "md5=0c9f612aad20139a009ee11988d3a6cd"
}
