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.06.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 "cstruct" {>= "4.0.0"} 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: "Implementations of Mirage console devices" 23description: """ 24This is a general implementation of a console device, intended 25for use in MirageOS. 26""" 27url { 28 src: 29 "https://github.com/mirage/mirage-console/releases/download/v3.0.2/mirage-console-v3.0.2.tbz" 30 checksum: [ 31 "sha256=958671efebd361e37820d5bf26263111f65e464a9b1108da369d57baef99cfbb" 32 "sha512=176a128d2fc578183e2348d72168d48de94b35440df19ac22b89325c5ef641c69f0b3f0179bd7cc7eb246fd0670703c54ad40a68cf3e515cfb415c917d8bf745" 33 ] 34} 35flags: deprecated