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 "mirage-flow"
16 "mirage-console" {=version}
17 "mirage-console-xen-proto" {=version}
18 "mirage-xen" {>= "6.0.0" & < "7.0.0"}
19 "cstruct" {< "6.1.0"}
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 for Xen"
27x-commit-hash: "ff6ac5a2a3213684b5ee7694751efde37cb994d7"
28url {
29 src:
30 "https://github.com/mirage/mirage-console/releases/download/v4.0.0/mirage-console-v4.0.0.tbz"
31 checksum: [
32 "sha256=771bfe0430ac20c75e06269d40518a1b4dd8d9886daa05679ebfd53a4973dc86"
33 "sha512=e7fc296b352d869f30487613af6731773fe1c3aaf3f046739b39fbada189960cee998fd9d29fa4fe56e28b1a2ea3737833f318277c6304c4c953afed5d1c4d10"
34 ]
35}
36flags: [ deprecated ]