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.7.0"} 18 "cstruct" {>= "1.0.1"} 19 "lwt" {>= "2.4.3"} 20 "shared-memory-ring-lwt" 21 "xenstore" {>= "1.2.5"} 22 "lwt-dllist" 23 "mirage-profile" {>= "0.3"} 24 "io-page" {>= "2.4.0"} 25 "mirage-runtime" {>= "4.0"} 26 "logs" 27 "fmt" {>= "0.8.5"} 28 "bheap" {>= "2.0.0"} 29 "duration" 30 "metrics" 31 "metrics-lwt" {>= "0.2.0"} 32] 33available: [ 34 (arch = "x86_64" ) & 35 (os = "linux" | os = "freebsd" | os = "openbsd") 36] 37synopsis: "Xen core platform libraries for MirageOS" 38description: """ 39This package provides the MirageOS `OS` library for 40Xen targets, which handles the main loop and timers. It also provides 41the low level C startup code and C stubs required by the OCaml code. 42""" 43url { 44 src: 45 "https://github.com/mirage/mirage-xen/releases/download/v8.0.2/mirage-xen-8.0.2.tbz" 46 checksum: [ 47 "sha256=2e5b86ec48a74c0cd4d24cc5ed40155e4819ce853e508d024dc362efe07327bc" 48 "sha512=d2b2e919f8669bd0f8691db460025fd5d1a79a2744a551eb3e016db55ca915e8f2d747844ec7774abffabb9fff43c23aab95f76027b74b08d72d75ad3c584c19" 49 ] 50} 51x-commit-hash: "d1ee224fbdaa79bd4c1136a80c4594c454d12c27"