this repo has no description
1opam-version: "2.0" 2maintainer: "martin@lucina.net" 3homepage: "https://github.com/mirage/mirage-console-solo5" 4bug-reports: "https://github.com/mirage/mirage-console-solo5/issues" 5dev-repo: "git+https://github.com/mirage/mirage-console-solo5.git" 6license: "ISC" 7authors: [ 8 "Anil Madhavapeddy <anil@recoil.org>" 9 "Dan Williams <djwillia@us.ibm.com>" 10 "Martin Lucina <martin@lucina.net>" 11] 12tags: [ 13 "org:mirage" 14] 15build: [ 16 ["dune" "subst"] {dev} 17 ["dune" "build" "-p" name "-j" jobs] 18 ["dune" "runtest" "-p" name] {with-test} 19] 20depends: [ 21 "ocaml" {>= "4.04.2"} 22 "dune" {>= "1.0"} 23 "mirage-console-lwt" {>= "2.2.0"} 24 "mirage-solo5" {>= "0.6.0" & < "0.7.0"} 25 "cstruct" 26 "lwt" 27] 28synopsis: "Solo5 implementation of MirageOS console interface" 29url { 30 src: 31 "https://github.com/mirage/mirage-console-solo5/releases/download/v0.6.0/mirage-console-solo5-v0.6.0.tbz" 32 checksum: [ 33 "sha256=5642cffbb109aaaf58dc7c2129b880336105ed3a0908e4657f925af95097ff1a" 34 "sha512=6122f1ca87cdc2d63200a839755b41e026fd23c662e52f0fd5c4dd7c18bf6a41c28806df19b918b75a6265f95843bc1a7168b31b69bb391cfd8f7dbd6dc30051" 35 ] 36} 37flags: [ deprecated ]