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.08.0"}
11 "dune" {>= "1.0"}
12 "io-page" {>= "2.0.0"}
13 "cstruct" {>= "6.0.0"}
14 "xenstore"
15 "shared-memory-ring"
16 "lwt"
17 "mirage-flow"
18 "mirage-console" {=version}
19 "mirage-console-xen-proto" {=version}
20 "mirage-xen" {>= "7.0.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 ["dune" "build" "-p" name "-j" jobs]
25]
26dev-repo: "git+https://github.com/mirage/mirage-console.git"
27synopsis: "Implementation of Mirage console for Xen"
28url {
29 src:
30 "https://github.com/mirage/mirage-console/releases/download/v5.1.0/mirage-console-5.1.0.tbz"
31 checksum: [
32 "sha256=9a36118ac6cd3896d8a12b96686a0fb9e5da926a80c265a1d004ef2cbb2fa4d3"
33 "sha512=2b27d4a34889e2152436dc650fa02d04d1b2690889f4c2d6e412381a76bf3417bc4a918663e565d9ccb02f67614ceb7242a989021237ca3a69198fc21a314ef1"
34 ]
35}
36x-commit-hash: "2918c0fcb5b19cad3d5a55ec0338ee4b49ceb97e"
37flags: deprecated
38x-maintenance-intent: ["(none)"]