opam-version: "2.0" maintainer: "john.else@citrix.com" authors: ["Anil Madhavapeddy" "John Else" "Thomas Leonard" "Andrew Cooper" "David Scott"] homepage: "https://github.com/mirage/ocaml-gnt" bug-reports: "https://github.com/mirage/ocaml-gnt/issues" dev-repo: "git+https://github.com/mirage/ocaml-gnt.git" build: [ ["jbuilder" "subst" "-p" name] {dev} [ "jbuilder" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.00.0" & < "5.0"} "ocamlfind" {build} "jbuilder" {>= "1.0+beta9"} "xen-gnt" "io-page" "io-page-unix" "conf-xen" {build} ] available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ] synopsis: "Xen grant table bindings" description: """ These allow your program (running either in userspace or in kernelspace via MirageOS) to read and write memory exported by other VMs on the same host. These APIs are the foundation of all inter-VM communication on Xen.""" url { src: "https://github.com/mirage/ocaml-gnt/releases/download/3.0.0/xen-gnt-3.0.0.tbz" checksum: [ "sha256=05ef3e1e08bf4d3cbe2e2b66d7831db041e2976574ed7ed35c7096efa1965d81" "md5=ecd263c195ac32bc9d5f866f881f54fa" ] }