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-console-lwt" {>= "2.2.0"}
13 "mirage-console-xen-proto"
14 "lwt"
15 "io-page-xen" {>= "2.0.0"}
16 "xenstore"
17 "xen-evtchn"
18 "xen-gnt"
19 "shared-memory-ring-lwt"
20]
21build: [
22 ["dune" "subst"] {dev}
23 ["dune" "build" "-p" name "-j" jobs]
24]
25dev-repo: "git+https://github.com/mirage/mirage-console.git"
26synopsis: "Implementation of Mirage console backend for Xen"
27url {
28 src:
29 "https://github.com/mirage/mirage-console/releases/download/v2.4.1/mirage-console-v2.4.1.tbz"
30 checksum: [
31 "sha256=68d12b0657b5a23ffa0f88d560d71cdd210e3fe18d4b2fc9e0abe6b34f60fb28"
32 "md5=50bcb141537d229f849f9503b7f54bc2"
33 ]
34}
35flags: deprecated