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 "xen-ocaml-build"]
install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"]
remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"]
depends: [
  "ocaml" {>= "4.01.0" & < "4.02.2"}
  "mirage-xen-posix"
  "conf-pkg-config"
  "ocamlfind" {build}
  "ocaml-src"
  "ocamlbuild" {build}
]
available: os = "linux"
conflicts: [
  "sexplib" { = "v0.9.0" }
  "mirage-xen" {>= "6.0.0"}
]
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/archive/v2.3.1.tar.gz"
  checksum: "md5=4d2918daafd0dc192d537f8422bf43cb"
}
flags: deprecated
