opam-version: "2.0"
maintainer: "hannes@mehnert.org"
authors: [ "hannes@mehnert.org" ]
homepage: "https://xenproject.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: [ "GPLv2" "LGPL3" ]
build: [
  ["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"]
]
depexts: [
  ["xen-dev"] {os-distribution = "alpine"}
  ["libxen-dev"] {os-family = "debian"}
  ["xen-devel"] {os-distribution = "centos"}
  ["xen-devel"] {os-distribution = "fedora"}
  ["xen-devel"] {os-distribution = "rhel"}
  ["xen-devel"] {os-distribution = "ol"}
  ["xen-devel"] {os-family = "suse"}
  ["xen-dom0-libs-devel" "xen-libs-devel"] {os = "xenserver"}
  ["xenstore"] {os-distribution = "arch"}
  ["xen-tools"] {os = "freebsd"}
]
available: os != "macos"
synopsis:
  "Virtual package relying on Xen headers"
description: """
This package can only install if the Xen headers are installed on the system."""
extra-files: ["test.c" "md5=456d802e49f7bb2724292347d2d167d7"]
flags: conf
