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.0/mirage-bootvar-1.0.0.tbz"
44 checksum: [
45 "sha256=e3e4d9b3fd96fa8fe1f5e0a59e6f8a80b58505a21d3296ed08d396ed9ac905f8"
46 "sha512=817017d81b5dc0a16956ff1ef0cdaadf4b7f8572d33ce02683fdcdc95a18b0995599a8c7c3ae555ff1ef097195ebe9417f8fc1e0e23d50216c60eb5e95b7f5a8"
47 ]
48}
49x-commit-hash: "c31a256f0c46afb417cfe52871100ceb0679973c"