opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy" "David Scott"]
license: "ISC"
tags: ["org:mirage" "org:xapi-project"]
homepage: "https://github.com/mirage/mirage-console"
doc: "https://mirage.github.io/mirage-console/"
bug-reports: "https://github.com/mirage/mirage-console/issues"
depends: [
  "ocaml" {>= "4.06.0"}
  "dune" {>= "1.0"}
  "mirage-console" {= version}
  "mirage-console-xen-proto" {= version}
  "mirage-xen" {>= "5.0.0" & < "6.0.0"}
  "lwt" {>= "4.0.0"}
  "io-page-xen" {>= "2.0.0"}
  "xenstore"
  "xen-evtchn"
  "shared-memory-ring-lwt"
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/mirage-console.git"
synopsis: "Implementation of Mirage console backend for Xen"
url {
  src:
    "https://github.com/mirage/mirage-console/releases/download/v3.0.1/mirage-console-v3.0.1.tbz"
  checksum: [
    "sha256=00314a9564e6cc6755c5bf2bb44debd5a5954403b78f761fa7ec8eafa63f2b8b"
    "sha512=4395a3b011814387a9ae5fc9f946b8bd8bde4fb274c34641d82ca93f05ceaab1e45fbddf08ee9e2f37a718dbb0674f00d84fffdbba57060c581975cd7bcc7681"
  ]
}
