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 [ "dune" "subst" ] {dev} 13 [ "dune" "build" "-p" name "-j" jobs ] 14] 15depends: [ 16 "ocaml" {>= "4.08.0"} 17 "dune" {>= "2.6.0"} 18 "cstruct" {>= "1.0.1"} 19 "lwt" {>= "2.4.3"} 20 "shared-memory-ring-lwt" 21 "xenstore" {>= "1.2.5"} 22 "conf-pkg-config" 23 "lwt-dllist" 24 "mirage-profile" {>= "0.3"} 25 "io-page" {>= "2.0.0"} 26 "mirage-runtime" {>= "3.7.0"} 27 "logs" 28 "fmt" {>= "0.8.4"} 29 "ocaml-freestanding" {>= "0.6.2"} 30 "solo5-bindings-xen" {>= "0.6.7"} 31 "bheap" {>= "2.0.0"} 32 "duration" 33] 34available: [ 35 (arch = "x86_64" ) & 36 (os = "linux" | os = "freebsd" | os = "openbsd") 37] 38synopsis: "Xen core platform libraries for MirageOS" 39description: """ 40This package provides the MirageOS `OS` library for 41Xen targets, which handles the main loop and timers. It also provides 42the low level C startup code and C stubs required by the OCaml code. 43""" 44x-commit-hash: "7a72265b73e90fb24efcff5c73dd6eb45f820546" 45url { 46 src: 47 "https://github.com/mirage/mirage-xen/releases/download/v6.0.0/mirage-xen-v6.0.0.tbz" 48 checksum: [ 49 "sha256=f991e972059b27993c287ad010d9281fee061efaa1dd475d0955179f93710fbd" 50 "sha512=14761bff47a2823997ed08761baa9a6abde34c6db606c2f50567f7207d03af2f53ad8ed75ee15040343a1282c983e97149a16b38620677d2374267cc500a9ffb" 51 ] 52} 53flags: [ deprecated ]