opam-version: "2.0" maintainer: "anil@recoil.org" authors: ["Anil Madhavapeddy" "David Scott"] license: "ISC" tags: ["org:mirage" "org:xapi-project"] homepage: "https://github.com/mirage/mirage-console" doc: "https://mirage.github.io/mirage-console/" bug-reports: "https://github.com/mirage/mirage-console/issues" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "1.0"} "lwt" {>= "4.0.0"} "cstruct" {>= "6.0.0"} "cstruct-lwt" {>= "6.0.0"} "mirage-console" {=version} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/mirage-console.git" synopsis: "Implementation of Mirage consoles for Unix" description: """ This implements a MirageOS console device for use with Unix-based targets. """ url { src: "https://github.com/mirage/mirage-console/releases/download/v5.1.0/mirage-console-5.1.0.tbz" checksum: [ "sha256=9a36118ac6cd3896d8a12b96686a0fb9e5da926a80c265a1d004ef2cbb2fa4d3" "sha512=2b27d4a34889e2152436dc650fa02d04d1b2690889f4c2d6e412381a76bf3417bc4a918663e565d9ccb02f67614ceb7242a989021237ca3a69198fc21a314ef1" ] } x-commit-hash: "2918c0fcb5b19cad3d5a55ec0338ee4b49ceb97e" flags: deprecated x-maintenance-intent: ["(none)"]