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 [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "subst" ] {pinned} 13 [ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "build" "-p" name "-j" jobs ] 14] 15depends: [ 16 "ocaml" {>= "4.06.0"} 17 "dune" {!= "1.9.1"} 18 "cstruct" {>= "1.0.1"} 19 "lwt" {>= "2.4.3"} 20 "shared-memory-ring-lwt" 21 "xenstore" {>= "1.2.5"} 22 "xen-evtchn" {>= "0.9.9"} 23 "conf-pkg-config" 24 "lwt-dllist" 25 "mirage-profile" {>= "0.3"} 26 "mirage-xen-ocaml" {>= "3.3.1"} 27 "io-page-xen" {>= "2.0.0"} 28 "mirage-xen-minios" {>= "0.7.0"} 29 "mirage-runtime" {>= "3.7.0"} 30 "logs" 31 "fmt" 32] 33available: [ os = "linux" ] 34synopsis: "Xen core platform libraries for MirageOS" 35description: """ 36This package provides the MirageOS `OS` library for 37Xen targets, which handles the main loop and timers. It also provides 38the low level C startup code and C stubs required by the OCaml code. 39""" 40url { 41 src: 42 "https://github.com/mirage/mirage-xen/releases/download/v5.0.0/mirage-xen-v5.0.0.tbz" 43 checksum: [ 44 "sha256=ae8c9700d0cdbe49edaeec64cf2bb69f3da76f3d6cd5049b68d008448ab02e39" 45 "sha512=dda5a7818321d2177c3063c5d95c7b194d745ae19565372ffba05981d05f6a6ad302c10e719d7708106eb46d52b97d0deac8474881156f1f5717cb3a2e3f466c" 46 ] 47}