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] 31available: [ 32 (arch = "x86_64" ) & 33 (os = "linux" | os = "freebsd" | os = "openbsd") 34] 35synopsis: "Xen core platform libraries for MirageOS" 36description: """ 37This package provides the MirageOS `OS` library for 38Xen targets, which handles the main loop and timers. It also provides 39the low level C startup code and C stubs required by the OCaml code. 40""" 41url { 42 src: 43 "https://github.com/mirage/mirage-xen/releases/download/v7.2.0/mirage-xen-7.2.0.tbz" 44 checksum: [ 45 "sha256=e59773a2ead0b211c6b583cf749b492e91fc3fa64b35b8d05b2ed30f1718dce0" 46 "sha512=a7b8f217c4b2532ed4cfdb427e4f7f353f372e365c036d10434a9d1fe1f14e607979662ff7a07da87dd580821061c869b46422c775c82c89c1ce214b0afd5751" 47 ] 48} 49x-commit-hash: "f9740fbdd8fe97ec186a6cc6f3499cda7da25ad7"