this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3homepage: "https://github.com/mirage/mirage-console"
4bug-reports: "https://github.com/mirage/mirage-console/issues"
5dev-repo: "git+https://github.com/mirage/mirage-console.git"
6doc: "https://mirage.github.io/mirage-console/"
7authors: [ "Anil Madhavapeddy" "David Scott"]
8tags: [ "org:mirage" "org:xapi-project"]
9license: "ISC"
10
11build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%"]
12
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build & >= "0.8.0"}
18 "mirage-device" {>= "1.0.0" & < "2.0.0"}
19 "mirage-flow" {>= "1.2.0" & < "2.0.0"}
20]
21synopsis: "A Mirage-compatible Console library for Xen and Unix"
22url {
23 src:
24 "https://github.com/mirage/mirage-console/releases/download/2.2.0/mirage-console-2.2.0.tbz"
25 checksum: [
26 "sha256=0a22c2117fff2b190e3b91a7b525952562089c5e487796ca9bce6f7c4c800c7a"
27 "md5=39d39f371033ebf44f36e0491a00b58c"
28 ]
29}
30flags: deprecated