this repo has no description
1opam-version: "2.0"
2maintainer: "john.else@citrix.com"
3authors: [
4 "Anil Madhavapeddy"
5 "John Else"
6 "Thomas Leonard"
7 "Andrew Cooper"
8 "David Scott"
9]
10homepage: "https://github.com/mirage/ocaml-gnt"
11doc: "https://mirage.github.io/ocaml-gnt/"
12bug-reports: "https://github.com/mirage/ocaml-gnt/issues"
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "dune" {>= "1.0"}
16 "cstruct" {>= "1.0.1"}
17 "io-page"
18 "lwt" {>= "2.4.3"}
19 "lwt-dllist"
20 "cmdliner"
21 "mirage-profile" {>= "0.3"}
22]
23build: [
24 ["dune" "subst"] {dev}
25 ["dune" "build" "-p" name "-j" jobs]
26]
27dev-repo: "git+https://github.com/mirage/ocaml-gnt.git"
28synopsis: "Xen grant table bindings for OCaml"
29description: """
30These are used to create Xen device driver "backends" (servers)
31and "frontends" (clients).
32
33This library can be used in both kernelspace (via Mirage) or in userspace
34(on Linux) via the xen-gnt-unix library.
35To see a concrete example, have a look at [mirage/ocaml-vchan]
36"""
37url {
38 src:
39 "https://github.com/mirage/ocaml-gnt/releases/download/v3.1.0/xen-gnt-v3.1.0.tbz"
40 checksum: [
41 "sha256=58ff6cc2b5447f6dc0f033d924638fcbe3a16bedaf31388ae5a165d7e8aa6a08"
42 "md5=5c509ac88ee6b7262bed5b7c5bee0ada"
43 ]
44}