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.4.0"} 26 "mirage-runtime" {>= "3.7.0"} 27 "logs" 28 "fmt" {>= "0.8.5"} 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""" 44url { 45 src: 46 "https://github.com/mirage/mirage-xen/releases/download/v6.0.1/mirage-xen-v6.0.1.tbz" 47 checksum: [ 48 "sha256=520ebbf85f8aeb07d22dbd3ca740f33275bb1ef58f33e7a5fac09e9a12d136b0" 49 "sha512=ddac9804fc66f18fd5a9c5a9200ec791910154efdd1faf76f6597cf666343f1e3703ad66cdc6f32f05308b14f9a2feb7fc3ca458d0236feeac5e878121450a09" 50 ] 51} 52x-commit-hash: "3f19ae991eae5a285c3f4761a214c7ca6eac3659" 53flags: [ deprecated ]