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-build"]
install: [make "xen-install" "PREFIX=%{prefix}%"]
remove:  [make "xen-uninstall" "PREFIX=%{prefix}%"]

depends: [
  "ocaml" {>= "4.01.0" & < "4.02.2"}
  "cstruct" {>= "1.0.1" & < "1.6.0"}
  "ocamlfind"
  "io-page" {>= "1.0.1" & <= "1.4.0"}
  "mirage-clock-xen" {>= "1.0.0"}
  "lwt" {>= "2.4.3"}
  "shared-memory-ring" {>= "1.0.0" & < "2.0.0"}
  "xenstore" {>= "1.2.5"}
  "xen-evtchn" {>= "0.9.9"}
  "xen-gnt" {>= "2.0.0"}
  "mirage-xen-minios" {>= "0.7.0"}
  "conf-pkg-config"
  "mirage-profile" {>= "0.3"}
  "ocaml-src"
  "ocamlbuild" {build}
]
available: false
synopsis: "MirageOS library for Xen compilation"
url {
  src: "https://github.com/mirage/mirage-platform/archive/v2.2.0.tar.gz"
  checksum: "md5=95e0e1b73a1448dca207acfad14d38c9"
}
