opam-version: "2.0"
maintainer: "dave@recoil.org"
authors: [
  "David Scott"
  "Jonathan Ludlam"
  "Andrew Cooper"
  "Bob Ball"
  "Euan Harris"
  "John Else"
  "Mike McClurg"
  "Rob Hoes"
  "Si Beaumont"
  "Thomas Sanders"
  "Vincent Bernadoff"
]
homepage: "https://github.com/xapi-project/ocaml-xen-lowlevel-libs"
bug-reports: "https://github.com/xapi-project/ocaml-xen-lowlevel-libs/issues"
license: "LGPL-2.0-or-later"
dev-repo: "git+https://github.com/xapi-project/ocaml-xen-lowlevel-libs.git"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["./configure"]
  [make]
]
install: [
  [make "install" "BINDIR=%{bin}%"]
]
remove: [
  ["./configure"]
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "lwt" {< "4.0.0"}
  "cmdliner"
  "ocamlbuild" {build}
]
depexts: [
  ["libxen-dev" "uuid-dev"] {os-family = "debian"}
  ["xen-devel"] {os-distribution = "centos"}
  ["xen-dom0-libs-devel" "xen-libs-devel"] {os = "xenserver"}
]
synopsis: "Low-level Xen hypercall bindings."
description:
  "This package should compile and work against Xen 4.2, 4.3, 4.4, 4.5 and 4.6."
url {
  src:
    "https://github.com/xapi-project/ocaml-xen-lowlevel-libs/archive/v0.9.31.tar.gz"
  checksum: "md5=0bd8f8c7d1006c530676f5000257748b"
}
