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-console-lwt" {>= "2.2.0"} 19 "rresult" 20 "xenstore" 21] 22synopsis: "Protocol for communicating with Xen consoles." 23url { 24 src: 25 "https://github.com/mirage/mirage-console/releases/download/2.2.0/mirage-console-xen-proto-2.2.0.tbz" 26 checksum: [ 27 "sha256=84854ae64e20e46c186c09c7f9082d689c4f01451413e4d00703c4922cfb542a" 28 "md5=112acf1dc797d2f4f2c77a62cd272741" 29 ] 30} 31flags: deprecated