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 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 17] 18depends: [ 19 "ocaml" {>= "4.04.2"} 20 "ocamlfind" {build} 21 "ocamlbuild" {build} 22 "topkg" {build} 23 "mirage-console-lwt" {>= "2.2.0"} 24 "mirage-solo5" {>= "0.3.0" & < "0.6.0"} 25 "cstruct" 26 "lwt" 27] 28synopsis: "Solo5 implementation of MirageOS console interface" 29description: 30 "This library implements the MirageOS console interface for Solo5 targets." 31url { 32 src: 33 "https://github.com/mirage/mirage-console-solo5/releases/download/v0.3.0/mirage-console-solo5-0.3.0.tbz" 34 checksum: [ 35 "sha256=9ed8056ca24f248a0f763330e717a1397341e571174180e73d49d07555716f10" 36 "md5=d813eca6738353dd013023d63e737aba" 37 ] 38} 39flags: deprecated