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"
6doc: "https://mirage.github.io/mirage-console-solo5/"
7license: "ISC"
8authors: [
9 "Anil Madhavapeddy <anil@recoil.org>"
10 "Dan Williams <djwillia@us.ibm.com>"
11 "Martin Lucina <martin@lucina.net>"
12]
13tags: [
14 "org:mirage"
15]
16build: [
17 ["dune" "subst"] {dev}
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20]
21depends: [
22 "ocaml" {>= "4.08.0"}
23 "dune" {>= "2.0"}
24 "mirage-console" {>= "3.0.0"}
25 "mirage-solo5" {>= "0.7.0"}
26 "cstruct"
27 "lwt"
28]
29synopsis: "Solo5 implementation of MirageOS console interface"
30description:
31 "This library implements the MirageOS console interface for Solo5 targets."
32url {
33 src:
34 "https://github.com/mirage/mirage-console-solo5/releases/download/v0.7.0/mirage-console-solo5-0.7.0.tbz"
35 checksum: [
36 "sha256=f1e8f3c9f4f45a59f6aef544e8634176a2e40078a685bc08996659d3ece29972"
37 "sha512=3b5adcaf90b359481b5ca388f3506e7bd37c47bd3fbe6ab5e510e063ff4961013bfc0e1703c2a1b3043d335f3d9dbd8ce97a1ee04b1aea10999a4dd9c9c6ee5c"
38 ]
39}
40x-commit-hash: "e6d0626d38828983eafafb4c09af17df7008978b"
41flags: deprecated