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"""
33x-maintenance-intent: [ "(latest)" ]
34url {
35 src:
36 "https://github.com/mirage/mirage-qubes/releases/download/v2.0.0/mirage-qubes-2.0.0.tbz"
37 checksum: [
38 "sha256=708b9bbb7faea04b05bf694c253b440b638a83852420ee2b22604cd2bfe1849f"
39 "sha512=02e439a531ecd2cdaab1683378021d7e0773c6743bb46d282f1eb43c67e304085e8fe42def717f86285e09f0893a5a0b78cf76a7622010d3767331d83bd33e3b"
40 ]
41}
42x-commit-hash: "ff58fca6f334cad15076cd42ab173c84dd6a6ff3"