package mirage-qubes

  1. Overview
  2. Docs
Implementations of various Qubes protocols for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-qubes-v0.9.0.tbz
sha256=58c8b3c4030f3dcaaf25e176a54e6292ec3b8cdf143e3e5eeba602111d03d0b3
sha512=54624ff2b101d244d5c8ba3e99d850d6541cf4417fb5b98e961a939f6f5a5a92ba6c048be480dc35fe302a32310cad4b820e181ff1257c4950f83478894b4133

Description

Implementations of various Qubes protocols:

  • Qubes.RExec: provide services to other VMs
  • Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM
  • Qubes.DB: read and write the VM's QubesDB database

Published: 23 Oct 2020

README

mirage-qubes - Implementations of various Qubes protocols

  • Qubes.RExec: provide services to other VMs

  • Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM

  • Qubes.DB: read and write the VM's QubesDB database

See qubes-mirage-skeleton for an example using this library.

Dependencies (8)

  1. ocaml >= "4.08.0"
  2. logs >= "0.5.0"
  3. lwt
  4. mirage-xen >= "6.0.0"
  5. vchan-xen >= "6.0.0"
  6. ppx_cstruct
  7. cstruct >= "2.2.0" & < "6.1.0"
  8. dune >= "1.0"

Dev Dependencies

None

Used by (1)

  1. mirage-qubes-ipv4 = "0.7.0" | = "0.9.0"

Conflicts

None