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-device" {>= "2.0.0"}
  "mirage-flow" {>= "2.0.0"}
  "lwt" {>= "4.0.0"}
  "cstruct" {>= "4.0.0"}
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/mirage-console.git"
synopsis: "Implementations of Mirage console devices"
description: """
This is a general implementation of a console device, intended
for use in MirageOS.
"""
url {
  src:
    "https://github.com/mirage/mirage-console/releases/download/v3.0.2/mirage-console-v3.0.2.tbz"
  checksum: [
    "sha256=958671efebd361e37820d5bf26263111f65e464a9b1108da369d57baef99cfbb"
    "sha512=176a128d2fc578183e2348d72168d48de94b35440df19ac22b89325c5ef641c69f0b3f0179bd7cc7eb246fd0670703c54ad40a68cf3e515cfb415c917d8bf745"
  ]
}
