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 "xenstore"
14 "shared-memory-ring"
15 "lwt"
16 "mirage-flow"
17 "mirage-console" {=version}
18 "mirage-console-xen-proto" {=version}
19 "mirage-xen" {>= "6.0.0" & < "7.0.0"}
20 "cstruct" {>= "6.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.0.0/mirage-console-v5.0.0.tbz"
31 checksum: [
32 "sha256=8d9a29ebf6ac6b9abddb8203de7b62ad611fa4d42c36549b85ab3e7f9af3e5ce"
33 "sha512=0e429c963fa5a418b4304dd501733fdf54c810579b396c743ba7bbef60fb3a6e777fdf6f8357ebbb1a30fe650a12fb7afe701048fa02d02403260fed168207bb"
34 ]
35}
36x-commit-hash: "24ee07f439a2cb1a851f076459a9108d7f5a9145"
37flags: [ deprecated ]