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