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 "cstruct-lwt" 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20] 21dev-repo: "git+https://github.com/mirage/mirage-console.git" 22synopsis: "Implementation of Mirage consoles using Lwt" 23description: """ 24This implements a MirageOS console device using the Lwt 25concurrency libary for concurrency. 26""" 27url { 28 src: 29 "https://github.com/mirage/mirage-console/releases/download/v2.4.0/mirage-console-v2.4.0.tbz" 30 checksum: [ 31 "sha256=86f5807f926826f9593f712d761fa4611f5c7e73eeeef666182ec356c3acffad" 32 "md5=d2ae5a712fe27c78d80b158ff99ac2e9" 33 ] 34} 35flags: deprecated 36post-messages: [ "mirage-console-lwt is deprecated, and has been folded into mirage-console" ]