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" { >= "6.0.0" }
18 "vchan-xen" { >= "6.0.0" }
19 "mirage-xen" { >= "8.0.0" }
20 "lwt" { >= "5.7.0" }
21 "logs" { >= "0.5.0" }
22 "ocaml" { >= "4.08.0" }
23 "ohex" { >= "0.2.0" }
24 "fmt" {>= "0.8.5"}
25]
26synopsis: "Implementations of various Qubes protocols for MirageOS"
27description: """
28Implementations of various Qubes protocols:
29
30- Qubes.RExec: provide services to other VMs
31- Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM
32- Qubes.DB: read and write the VM's QubesDB database"""
33url {
34 src:
35 "https://github.com/mirage/mirage-qubes/releases/download/v1.0.0/mirage-qubes-1.0.0.tbz"
36 checksum: [
37 "sha256=b20340a52a3a2d01bbab1cc01ce03ed11793738caa0f73f954fe331813acf991"
38 "sha512=01fed03f00d166e2378fae8e19cd6bb057ed1ce8d24ed89aa0469b8bc38ba7cb8a050a2d268c2a7c7c53f3683ba51f2373bd21907975248c940339ef90440d4b"
39 ]
40}
41x-commit-hash: "2773d32762153fcc695ed30efce0f9dd8516d350"