this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3tags: ["org:mirage" "org:xapi-project"] 4build: make 5remove: [ 6 ["ocamlfind" "remove" "mirage-console"] 7] 8depends: [ 9 "ocaml" 10 "ocamlfind" 11 "mirage-types-lwt" {< "3.0.0"} 12 "mirage-unix" {>= "1.1.0"} 13 "cstruct-lwt" {<"3.4.0"} 14 "ocamlbuild" {build} 15 "lwt" {< "5.0.0"} 16] 17depopts: ["mirage-xen"] 18conflicts: [ 19 "mirage-console-unix" 20 "mirage-console-xen" 21 "mirage-xen" {< "1.1.0" | >= "6.0.0"} 22 "mirage-xen" {> "3.3.0"} 23] 24dev-repo: "git+https://github.com/mirage/mirage-console" 25install: [make "install"] 26synopsis: "A Mirage-compatible Console library for Xen and Unix" 27flags: [ deprecated light-uninstall ] 28url { 29 src: "https://github.com/mirage/mirage-console/archive/v2.1.1.tar.gz" 30 checksum: [ 31 "sha256=9ff530ab17d80fe329a51deaf8d230bbde262709727f866f8a6bf971ec46e82b" 32 "md5=95dc97fa1da4f5f60953c48d5ccf2913" 33 ] 34}