this repo has no description
1opam-version: "2.0" 2maintainer: "dave@recoil.org" 3authors: ["Vincent Hanquez" "Anil Madhavapeddy" "David Scott" "Jonathan Ludlam"] 4homepage: "https://github.com/mirage/ocaml-evtchn" 5dev-repo: "git+https://github.com/mirage/ocaml-evtchn.git" 6bug-reports: "https://github.com/mirage/ocaml-evtchn/issues" 7tags: ["org:mirage" "org:xapi-project"] 8 9build: [ 10 ["jbuilder" "subst" "-p" name] {dev} 11 [ "jbuilder" "build" "-p" name "-j" jobs ] 12] 13 14depends: [ 15 "ocaml" {>= "4.00.0"} 16 "ocamlfind" {build} 17 "jbuilder" {>= "1.0+beta9"} 18 "xen-evtchn" {= "2.0.0"} 19 "lwt" 20 "cmdliner" 21 "ounit" {with-test} 22 "conf-xen" {build} 23] 24available: [ os != "freebsd" ] 25synopsis: "Xen event channel bindings." 26description: 27 "These are needed for building Xen device drivers (e.g. mirage-block-xen)" 28url { 29 src: 30 "https://github.com/mirage/ocaml-evtchn/releases/download/2.0.0/xen-evtchn-2.0.0.tbz" 31 checksum: [ 32 "sha256=be35584e50c664e87eadce2f61622c051102d2d34b459cb17e2811a0bfc88bfe" 33 "md5=4c34efff1b711816e8db0d730c044359" 34 ] 35}