this repo has no description
1opam-version: "2.0"
2maintainer: "MirageOS Core team"
3authors: [
4 "Anil Madhavapeddy"
5 "Dan Williams"
6 "Hannes Mehnert"
7 "Jon Ludlam"
8 "Magnus Skjegstad"
9 "Martin Lucina"
10 "Mindy Preston"
11 "Thomas Gazagnaire"
12]
13tags: "org:mirage"
14homepage: "https://github.com/mirage/mirage-bootvar"
15doc: "https://mirage.github.io/mirage-bootvar/"
16bug-reports: "https://github.com/mirage/mirage-bootvar/issues"
17license: "ISC"
18depends: [
19 "ocaml" {>= "4.08.0"}
20 "dune" {>= "2.6"}
21 "ounit2" {with-test}
22]
23depopts: [
24 "mirage-xen"
25 "mirage-solo5"
26]
27conflicts: [
28 "mirage-xen" {< "6.0.0"}
29 "mirage-solo5" {< "0.6.0"}
30]
31build: [
32 ["dune" "subst"] {dev}
33 ["dune" "build" "-p" name "-j" jobs]
34 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
35]
36dev-repo: "git+https://github.com/mirage/mirage-bootvar.git"
37synopsis: "Boot time arguments for MirageOS"
38description: """
39Mirage-bootvar reads and parses boot parameters for MirageOS unikernels.
40"""
41url {
42 src:
43 "https://github.com/mirage/mirage-bootvar/releases/download/v1.0.1/mirage-bootvar-1.0.1.tbz"
44 checksum: [
45 "sha256=12e5efb6dda76a9dc1ee363b9d831e9cea9a98b4d0aeec8527c2b6b5167806ad"
46 "sha512=306decf2278ca021c71934c9a99036d7b958698a3fe5b618fa7618e0b89d9e8ea901db0e2ff0ac31bf1a939a22105a9bf6240649b2e63ce6230e75dbf75c3449"
47 ]
48}
49x-commit-hash: "4a5483b5d32b5a5de018d46e3d19bbe06e3c08ea"