this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "David Scott"] 4license: "ISC" 5tags: ["org:mirage" "org:xapi-project"] 6homepage: "https://github.com/mirage/mirage-console" 7doc: "https://mirage.github.io/mirage-console/" 8bug-reports: "https://github.com/mirage/mirage-console/issues" 9depends: [ 10 "ocaml" {>= "4.08.0"} 11 "dune" {>= "1.0"} 12 "mirage-device" {>= "2.0.0"} 13 "mirage-flow" {>= "2.0.0" & < "4.0.0"} 14 "lwt" {>= "4.0.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 ["dune" "build" "-p" name "-j" jobs] 19] 20dev-repo: "git+https://github.com/mirage/mirage-console.git" 21synopsis: "Implementations of Mirage console devices" 22description: """ 23This is a general implementation of a console device, intended 24for use in MirageOS. 25""" 26x-commit-hash: "ff6ac5a2a3213684b5ee7694751efde37cb994d7" 27url { 28 src: 29 "https://github.com/mirage/mirage-console/releases/download/v4.0.0/mirage-console-v4.0.0.tbz" 30 checksum: [ 31 "sha256=771bfe0430ac20c75e06269d40518a1b4dd8d9886daa05679ebfd53a4973dc86" 32 "sha512=e7fc296b352d869f30487613af6731773fe1c3aaf3f046739b39fbada189960cee998fd9d29fa4fe56e28b1a2ea3737833f318277c6304c4c953afed5d1c4d10" 33 ] 34} 35flags: deprecated