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 "lwt" 13 "cstruct" {>= "3.0.0" & < "6.1.0"} 14 "cstruct-lwt" 15 "mirage-console-lwt" {=version} 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 for Unix" 23description: """ 24This implements a MirageOS console device for use with 25Unix-based targets. 26""" 27url { 28 src: 29 "https://github.com/mirage/mirage-console/releases/download/v2.4.3/mirage-console-v2.4.3.tbz" 30 checksum: [ 31 "sha256=9677d51f4075567b488b45ce7f9ee6512fb4f03e72209bb761cc7bd64570cc5b" 32 "sha512=e08a353738bae403418047b19e585543f91f5027c690240d8b3c13b35f62856216d4405ccd758c71ba9c1567638215bb8ef85776965f233ed2ef84d966a1358b" 33 ] 34} 35flags: deprecated