this repo has no description
1opam-version: "2.0"
2synopsis: "Handle boot-time arguments for Xen platform"
3description: """
4Simple library for reading MirageOS unikernel boot parameters from Xen.
5
6To send boot parameters to the unikernel you can either add them as options in the "extra=" field in the .xl-file.
7"""
8
9maintainer: "Magnus Skjegstad <magnus@skjegstad.com>"
10authors: "Magnus Skjegstad <magnus@skjegstad.com>"
11homepage: "https://github.com/mirage/mirage-bootvar-xen"
12bug-reports: "https://github.com/mirage/mirage-bootvar-xen/issues/"
13dev-repo: "git+https://github.com/mirage/mirage-bootvar-xen.git"
14doc: "https://mirage.github.io/mirage-bootvar-xen/"
15license: "ISC"
16
17build: [
18 [ "dune" "subst" ] {dev}
19 [ "dune" "build" "-p" name "-j" jobs ]
20]
21
22depends: [
23 "dune" {>= "1.0"}
24 "mirage-xen" {>= "6.0.0"}
25 "lwt" {>="2.4.3"}
26 "parse-argv"
27 "ocaml" { >= "4.08.0" }
28]
29x-commit-hash: "442664c9acc551030a23d32d3e11bf4212c65a91"
30url {
31 src:
32 "https://github.com/mirage/mirage-bootvar-xen/releases/download/v0.8.0/mirage-bootvar-xen-v0.8.0.tbz"
33 checksum: [
34 "sha256=9b6580c3d92a157e783d938eda5a56b60527fc920e996ad7d6e3d984e303685a"
35 "sha512=40efe198c53952efa01d3d510d86250e157c296efa2ca82e9c548bd4800b6f2939f2b95b4cb4b9709b1fa99ff43b563b1c26f205543aa5cddc521c92df7987c9"
36 ]
37}
38flags: deprecated
39post-messages: [ "mirage-bootvar-xen is deprecated, and has been folded into mirage-bootvar" ]
40x-maintenance-intent: ["(none)"]