this repo has no description
1opam-version: "2.0"
2maintainer: "talex@gmail.com"
3authors: ["Thomas Leonard"]
4homepage: "https://github.com/mirage/mirage-qubes"
5bug-reports: "https://github.com/mirage/mirage-qubes/issues"
6dev-repo: "git+https://github.com/mirage/mirage-qubes.git"
7doc: "https://mirage.github.io/mirage-qubes"
8license: "BSD-2-Clause"
9
10build: [
11 ["dune" "subst"] {dev}
12 [ "dune" "build" "-p" name "-j" jobs ]
13]
14
15depends: [
16 "dune" {>= "1.0"}
17 "cstruct" {>= "2.2.0"}
18 "ppx_cstruct"
19 "vchan-xen" {>= "5.0.0"}
20 "xen-evtchn"
21 "xen-gnt"
22 "mirage-xen" {>= "5.0.0" & < "6.0.0"}
23 "lwt"
24 "logs" {>= "0.5.0"}
25 "ocaml" {>= "4.06.0"}
26]
27synopsis: "Implementations of various Qubes protocols for MirageOS"
28description: """
29Implementations of various Qubes protocols:
30
31- Qubes.RExec: provide services to other VMs
32- Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM
33- Qubes.DB: read and write the VM's QubesDB database"""
34url {
35 src:
36 "https://github.com/mirage/mirage-qubes/releases/download/v0.8.1/mirage-qubes-v0.8.1.tbz"
37 checksum: [
38 "sha256=1d301f06cfc063f92a89eab3ff6f74d937f89f539fb64927caf6bd32175acf14"
39 "sha512=a7043af8750230a379eace31df868231a7dab24bf51361c0489ddb804e092dc2d291438cc6db845a45a3791beffcb264139b03eec2297103208e6ad8ddd9e9cf"
40 ]
41}