opam-version: "2.0" homepage: "https://github.com/mirage/mirage-xen-minios/" maintainer: "mirageos-devel@lists.openmirage.org" bug-reports: "https://github.com/mirage/mirage-xen-minios/issues" dev-repo: "git+https://github.com/mirage/mirage-xen-minios.git" authors: [ "Anil Madhavapeddy" "Thomas Leonard" ] tags: [ "org:mirage" ] install: [ [make "build"] ] synopsis: "Xen MiniOS guest operating system library" description: """ This is used by the MirageOS framework to link OCaml unikernels to run directly as Xen guest kernels.""" depends: ["ocaml"] available: [os = "linux" & arch = "x86_64" & os-distribution != "alpine"] url { src: "https://github.com/mirage/mirage-xen-minios/releases/download/v0.4.2/mirage-xen-minios-v0.4.2.tar.bz2" checksum: [ "sha256=330058e940262718256ed58380eafd7841138b8ea59f98d9308ecdf52601aff9" "md5=478177b8865b05aecc371b757af28f77" ] } flags: deprecated