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.04.2"}
11 "dune" {>= "1.0"}
12 "mirage-device" {>= "1.0.0" & < "2.0.0"}
13 "mirage-flow" {>= "1.2.0" & < "2.0.0"}
14]
15build: [
16 ["dune" "subst"] {dev}
17 ["dune" "build" "-p" name "-j" jobs]
18]
19dev-repo: "git+https://github.com/mirage/mirage-console.git"
20synopsis: "Implementations of Mirage console devices"
21description: """
22This is a general implementation of a console device, intended
23for use in MirageOS.
24"""
25url {
26 src:
27 "https://github.com/mirage/mirage-console/releases/download/v2.4.0/mirage-console-v2.4.0.tbz"
28 checksum: [
29 "sha256=86f5807f926826f9593f712d761fa4611f5c7e73eeeef666182ec356c3acffad"
30 "md5=d2ae5a712fe27c78d80b158ff99ac2e9"
31 ]
32}
33flags: deprecated