package xen-gnt-unix

  1. Overview
  2. Docs
Xen grant table bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

xen-gnt-4.0.1.tbz
sha256=1faef511d25047b131f2028561a9316acff66d480bae0369f8d0fdc5a645b2f9
sha512=24d34dc8d21eb65a0ead77b47a772120c084844732d3c4243aa7a6b61a269668c380eb8e625faf06d7d53fe69fc986cc19caec9a188717bdcf850ddee968f839

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: 13 Apr 2022

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 (4)

  1. conf-xen
  2. xen-gnt = version
  3. dune >= "1.0"
  4. ocaml >= "4.08.0" & < "5.0"

Dev Dependencies

None

Conflicts

None