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.08.0"} 11 "dune" {>= "1.0"} 12 "lwt" {>= "4.0.0"} 13 "cstruct" {>= "4.0.0" & < "6.1.0"} 14 "cstruct-lwt" {>= "4.0.0"} 15 "mirage-console" {=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""" 27x-commit-hash: "ff6ac5a2a3213684b5ee7694751efde37cb994d7" 28url { 29 src: 30 "https://github.com/mirage/mirage-console/releases/download/v4.0.0/mirage-console-v4.0.0.tbz" 31 checksum: [ 32 "sha256=771bfe0430ac20c75e06269d40518a1b4dd8d9886daa05679ebfd53a4973dc86" 33 "sha512=e7fc296b352d869f30487613af6731773fe1c3aaf3f046739b39fbada189960cee998fd9d29fa4fe56e28b1a2ea3737833f318277c6304c4c953afed5d1c4d10" 34 ] 35} 36flags: deprecated