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 ["jbuilder" "subst" "-p" name] {dev}
12 [ "jbuilder" "build" "-p" name "-j" jobs ]
13]
14
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "ocamlfind" {build}
18 "jbuilder" {>= "1.0+beta9"}
19 "cstruct" {>= "1.9.0" & < "3.4.0"}
20 "vchan-xen"
21 "xen-evtchn"
22 "xen-gnt"
23 "mirage-xen" {>= "3.0.0" & < "5.0.0"}
24 "lwt"
25 "mirage-types-lwt" {>= "3.0.0" & < "3.7.0"}
26 "logs" {>= "0.5.0"}
27]
28synopsis: "Implementations of various Qubes protocols"
29description: """
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
33
34See [qubes-mirage-skeleton][] for an example using this library.
35
36[qubes-mirage-skeleton]: https://github.com/talex5/qubes-mirage-skeleton"""
37url {
38 src:
39 "https://github.com/mirage/mirage-qubes/releases/download/0.6/mirage-qubes-0.6.tbz"
40 checksum: [
41 "sha256=e073ada92b842dd147bec0e0b375e66e9f6c362c88596675401966f64133768e"
42 "md5=4e4050c75e4294356627d8157b733026"
43 ]
44}