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" 7build: [ 8 ["jbuilder" "subst" "-p" name] {dev} 9 [ "jbuilder" "build" "-p" name "-j" jobs ] 10] 11 12depends: [ 13 "ocaml" {>= "4.00.0" & < "5.0"} 14 "ocamlfind" {build} 15 "jbuilder" {>= "1.0+beta9"} 16 "xen-gnt" 17 "io-page" 18 "io-page-unix" 19 "conf-xen" {build} 20] 21available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ] 22synopsis: "Xen grant table bindings" 23description: """ 24These allow your program (running either in userspace or in kernelspace 25via MirageOS) to read and write memory exported by other VMs on the same host. 26These APIs are the foundation of all inter-VM communication on Xen.""" 27url { 28 src: 29 "https://github.com/mirage/ocaml-gnt/releases/download/3.0.0/xen-gnt-3.0.0.tbz" 30 checksum: [ 31 "sha256=05ef3e1e08bf4d3cbe2e2b66d7831db041e2976574ed7ed35c7096efa1965d81" 32 "md5=ecd263c195ac32bc9d5f866f881f54fa" 33 ] 34}