this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] mirage-bootvar (1.0.1)

CHANGES:

* Prefix all modules (backend / parse_argv) with Mirage_bootvar to avoid
potential conflicts (mirage/mirage-bootvar#2 @hannesm) -- observed while building
qubes-mirage-firewall which also depends on mirage-net-xen which provides
a module named Backend.

+49
+49
packages/mirage-bootvar/mirage-bootvar.1.0.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "MirageOS Core team" 3 + authors: [ 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 + ] 13 + tags: "org:mirage" 14 + homepage: "https://github.com/mirage/mirage-bootvar" 15 + doc: "https://mirage.github.io/mirage-bootvar/" 16 + bug-reports: "https://github.com/mirage/mirage-bootvar/issues" 17 + license: "ISC" 18 + depends: [ 19 + "ocaml" {>= "4.08.0"} 20 + "dune" {>= "2.6"} 21 + "ounit2" {with-test} 22 + ] 23 + depopts: [ 24 + "mirage-xen" 25 + "mirage-solo5" 26 + ] 27 + conflicts: [ 28 + "mirage-xen" {< "6.0.0"} 29 + "mirage-solo5" {< "0.6.0"} 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + ["dune" "build" "-p" name "-j" jobs] 34 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35 + ] 36 + dev-repo: "git+https://github.com/mirage/mirage-bootvar.git" 37 + synopsis: "Boot time arguments for MirageOS" 38 + description: """ 39 + Mirage-bootvar reads and parses boot parameters for MirageOS unikernels. 40 + """ 41 + url { 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 + } 49 + x-commit-hash: "4a5483b5d32b5a5de018d46e3d19bbe06e3c08ea"