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/v0.10.0/mirage-qubes-0.10.0.tbz"
36 checksum: [
37 "sha256=8a3354e2c34d5d30dfc78a0255719926f76ad9c273e818a6855547dbfc109f9f"
38 "sha512=6d16e26eab01439f731ca330c919296324e1a26b8203ff25512fb3ec73770efd612a906890ed89eb384a71b6c3506939a8f08286359a48533e094d8774dede73"
39 ]
40}
41x-commit-hash: "1be2286c8383410384db76eb3282a097413827a1"