this repo has no description
0
fork

Configure Feed

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

Merge pull request #25887 from hannesm/release-mirage-bootvar-v1.0.0

[new release] mirage-bootvar (1.0.0)

authored by

Marcello Seri and committed by
GitHub
65fa01a4 23fec2c2

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