opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: "The MirageOS team"
homepage: "https://github.com/mirage/mirage-platform"
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
dev-repo: "git+https://github.com/mirage/mirage-platform.git"
build: [make "-C" "xen-ocaml" "build"]
install: [make "-C" "xen-ocaml" "install" "PREFIX=%{prefix}%"]
remove: [make "-C" "xen-ocaml" "uninstall" "PREFIX=%{prefix}%"]
tags: ["org:mirage"]
depends: [
  "ocaml" {>= "4.04.2" & <= "4.05.0"}
  "mirage-xen-posix" {>= "2.6.0"}
  "conf-pkg-config"
  "ocamlfind" {build}
  "ocaml-src"
  "ocamlbuild" {build}
]
available: os = "linux"
synopsis: "MirageOS headers for the OCaml runtime"
description:
  "The package contains the OCaml runtime patches and build system."
url {
  src:
    "https://github.com/mirage/mirage-platform/releases/download/3.0.6/mirage-xen-ocaml-3.0.6.tbz"
  checksum: "md5=ead723d64c59b92c440f1f3d0d839332"
}
conflicts: [
  "mirage-xen" {>= "6.0.0"}
]
flags: deprecated
