this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: "The MirageOS team" 4homepage: "https://github.com/mirage/mirage-xen" 5bug-reports: "https://github.com/mirage/mirage-xen/issues/" 6dev-repo: "git+https://github.com/mirage/mirage-xen.git" 7doc: "https://mirage.github.io/mirage-xen/" 8license: "ISC" 9tags: ["org:mirage"] 10 11build: [ 12 [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "subst" ] {pinned} 13 [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "build" "-p" name "-j" jobs ] 14] 15depends: [ 16 "ocaml" {>= "4.04.2"} 17 "dune" {<= "1.9.0" | >= "1.9.3"} 18 "cstruct" {>= "1.0.1"} 19 "lwt" {>= "2.4.3"} 20 "shared-memory-ring-lwt" 21 "xenstore" {>= "1.2.5"} 22 "xen-evtchn" {>= "0.9.9"} 23 "conf-pkg-config" 24 "lwt-dllist" 25 "mirage-profile" {>= "0.3"} 26 "mirage-xen-ocaml" {>= "2.6.0"} 27 "io-page-xen" {>= "2.0.0"} 28 "mirage-xen-minios" {>= "0.7.0"} 29 "logs" 30 "fmt" 31] 32available: [ os = "linux" ] 33synopsis: "Xen core platform libraries for MirageOS" 34description: """ 35This package provides the MirageOS `OS` library for 36Xen targets, which handles the main loop and timers. It also provides 37the low level C startup code and C stubs required by the OCaml code. 38""" 39url { 40 src: 41 "https://github.com/mirage/mirage-xen/releases/download/v3.4.0/mirage-xen-v3.4.0.tbz" 42 checksum: [ 43 "sha256=e217aa980c53325aa12357cb3f951d8fc959024698490fe1f62dd0b0a5cbf34d" 44 "md5=2600727c666a78efff792bccc5e46f59" 45 ] 46}