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.io/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" & < "5.0"} 16 "jbuilder" {>= "1.0+beta9"} 17 "xen-gnt" {= "3.0.1"} 18 "io-page-unix" {>= "2.0.0"} 19 "conf-xen" {build} 20] 21available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ] 22synopsis: "Grant table bindings for OCaml." 23description: """ 24These are used to create Xen device driver "backends" (servers) 25and "frontends" (clients). 26 27This library can be used in both kernelspace (via Mirage) or in userspace 28(on Linux). To see a concrete example, have a look at [mirage/ocaml-vchan]""" 29url { 30 src: 31 "https://github.com/mirage/ocaml-gnt/releases/download/3.0.1/xen-gnt-3.0.1.tbz" 32 checksum: [ 33 "sha256=9bad5c3b21111aa29f3dda482fdf316d59bd461d78bd7b637a527f60f2e75619" 34 "md5=f91b8129c2469fc2fb564d5cf3cc0b9c" 35 ] 36}