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.04.2"} 11 "dune" {>= "1.0"} 12 "mirage-console" {>= "2.2.0" & < "3.0.0"} 13 "lwt" 14 "cstruct" {>= "1.9.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: "Implementation of Mirage consoles using Lwt" 22description: """ 23This implements a MirageOS console device using the Lwt 24concurrency libary for concurrency. 25""" 26url { 27 src: 28 "https://github.com/mirage/mirage-console/releases/download/v2.4.2/mirage-console-v2.4.2.tbz" 29 checksum: [ 30 "sha256=38b3071f8f5e344b35bb2eea9f63b5ad3d5164d119a34d56c3a9a193eafc3897" 31 "md5=78bdb8d509f2c3576e69e49cd191896a" 32 ] 33} 34flags: deprecated 35post-messages: [ "mirage-console-lwt is deprecated, and has been folded into mirage-console" ]