opam-version: "2.0"
maintainer:   "anil@recoil.org"
authors:      "The MirageOS team"
homepage:     "https://github.com/mirage/mirage-xen"
bug-reports:  "https://github.com/mirage/mirage-xen/issues/"
dev-repo:     "git+https://github.com/mirage/mirage-xen.git"
doc:          "https://mirage.github.io/mirage-xen/doc"
license:      "ISC"
tags:         ["org:mirage"]

build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]

depends: [
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "0.7.6"}
  "ocaml" {>= "4.04.2"}
  "ocb-stubblr" {build}
  "cstruct" {>= "1.0.1"}
  "lwt" {>= "2.4.3"}
  "shared-memory-ring-lwt"
  "xenstore" {>= "1.2.5"}
  "xen-evtchn" {>= "0.9.9"}
  "xen-gnt" {>= "2.0.0"}
  "conf-pkg-config"
  "mirage-profile" {>= "0.3"}
  "mirage-xen-ocaml" {>= "3.1.0"}
  "io-page-xen" {>= "2.0.0"}
  "mirage-xen-minios" {>= "0.7.0"}
  "logs"
]
available: [ false ]
synopsis: "Xen core platform libraries for MirageOS"
description: """
This package provides the MirageOS `OS` library for
Xen targets, which handles the main loop and timers.  It also provides
the low level C startup code and C stubs required by the OCaml code.
"""

url {
archive: "https://github.com/mirage/mirage-xen/releases/download/3.1.0/mirage-xen-3.1.0.tbz"
checksum: "e7e839641eadc2b8389d5b3e56f937a3"
}