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/v8.0.1/mirage-xen-8.0.1.tbz" 44 checksum: [ 45 "sha256=c7c8b629bcf411c89f64afe56c32056bd2b0b65d7fc736d857d87d13e12d18fe" 46 "sha512=ff2caa676c95d6990b08acf8a2cda7d6e2b918e82fb395ee1e12de942824facece7c66aad8161d72d34f3a0f322535a3a6a3ea25f531f1444e46252af731edbe" 47 ] 48} 49x-commit-hash: "321230979a46c831c5a433e25929c7e6b9c73e85"