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.08.0" & < "5.0"}
15 "dune" {>= "1.0"}
16 "xen-gnt" {= version}
17 "conf-xen"
18]
19available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ]
20build: [
21 ["dune" "subst"] {dev}
22 ["dune" "build" "-p" name "-j" jobs]
23 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
24]
25dev-repo: "git+https://github.com/mirage/ocaml-gnt.git"
26synopsis: "Xen grant table bindings for OCaml"
27description: """
28These are used to create Xen device driver "backends" (servers)
29and "frontends" (clients).
30
31This library can be used in both kernelspace (via Mirage) or in userspace
32(on Linux). To see a concrete example, have a look at [mirage/ocaml-vchan]
33"""
34url {
35 src:
36 "https://github.com/mirage/ocaml-gnt/releases/download/v4.0.1/xen-gnt-4.0.1.tbz"
37 checksum: [
38 "sha256=1faef511d25047b131f2028561a9316acff66d480bae0369f8d0fdc5a645b2f9"
39 "sha512=24d34dc8d21eb65a0ead77b47a772120c084844732d3c4243aa7a6b61a269668c380eb8e625faf06d7d53fe69fc986cc19caec9a188717bdcf850ddee968f839"
40 ]
41}
42x-commit-hash: "d6b47b3e4c5029eb596b49e22b6657ee088b0863"