package xen-gnt-unix

  1. Overview
  2. Docs

Description

These are used to create Xen device driver "backends" (servers) and "frontends" (clients).

This library can be used in both kernelspace (via Mirage) or in userspace (on Linux). To see a concrete example, have a look at [mirage/ocaml-vchan]

Published: 10 Apr 2019

README

README.md

Xen grant table bindings for OCaml.

These are used to create Xen device driver "backends" (servers) and "frontends" (clients).

This library can be used in both kernelspace (via Mirage) or in userspace (on Linux). To see a concrete example, have a look at [mirage/ocaml-vchan]

Dependencies (5)

  1. conf-xen build
  2. io-page-unix >= "2.0.0"
  3. xen-gnt
  4. dune >= "1.0"
  5. ocaml >= "4.03.0" & < "5.0"

Dev Dependencies

None

Conflicts

None