opam-version: "2.0"
maintainer:    "martin@lucina.net"
homepage:      "https://github.com/mirage/mirage-console-solo5"
bug-reports:   "https://github.com/mirage/mirage-console-solo5/issues"
dev-repo: "git+https://github.com/mirage/mirage-console-solo5.git"
license:       "ISC"
authors: [
  "Anil Madhavapeddy <anil@recoil.org>"
  "Dan Williams <djwillia@us.ibm.com>"
  "Martin Lucina <martin@lucina.net>"
]
tags: [
  "org:mirage"
]
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
]
depends: [
  "ocaml" {>= "4.04.2"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build}
  "mirage-console-lwt" {>= "2.2.0"}
  "mirage-solo5" {>= "0.3.0" & < "0.6.0"}
  "cstruct"
  "lwt"
]
synopsis: "Solo5 implementation of MirageOS console interface"
description:
  "This library implements the MirageOS console interface for Solo5 targets."
url {
  src:
    "https://github.com/mirage/mirage-console-solo5/releases/download/v0.3.0/mirage-console-solo5-0.3.0.tbz"
  checksum: "md5=d813eca6738353dd013023d63e737aba"
}
