this repo has no description
0
fork

Configure Feed

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

Merge pull request #26350 from palainp/release-mirage-qubes-v0.11.0

[new release] mirage-qubes (2 packages) (0.11.0)

authored by

Anil Madhavapeddy and committed by
GitHub
47c192ba 02bb5178

+77
+36
packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.11.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "talex@gmail.com" 3 + authors: ["Thomas Leonard"] 4 + license: "BSD-2-Clause" 5 + homepage: "https://github.com/mirage/mirage-qubes" 6 + bug-reports: "https://github.com/mirage/mirage-qubes/issues" 7 + dev-repo: "git+https://github.com/mirage/mirage-qubes.git" 8 + doc: "https://mirage.github.io/mirage-qubes" 9 + 10 + build: [ 11 + [ "dune" "subst"] {dev} 12 + [ "dune" "build" "-p" name "-j" jobs ] 13 + ] 14 + 15 + depends: [ 16 + "dune" {>= "1.0"} 17 + "mirage-qubes" {= version} 18 + "tcpip" { >= "8.1.0" } 19 + "ethernet" {>= "3.0.0"} 20 + "arp" {>= "3.0.0"} 21 + "ipaddr" { >= "3.0.0" } 22 + "mirage-random" {>= "2.0.0"} 23 + "mirage-clock" {>= "3.0.0"} 24 + "lwt" { >= "5.7.0" } 25 + "ocaml" { >= "4.06.0" } 26 + ] 27 + synopsis: "Implementations of IPv4 stack which reads configuration from QubesDB for MirageOS" 28 + url { 29 + src: 30 + "https://github.com/mirage/mirage-qubes/releases/download/v0.11.0/mirage-qubes-0.11.0.tbz" 31 + checksum: [ 32 + "sha256=dca01eefe34acd02bb0df843f6e015e312526432f2babcde099c63759fef9208" 33 + "sha512=99fcf0fe178cbc2b8017cad688aba3600240bbddde2e06ccb2e622ff2ca5367b2587206045ae14103d9092c9f38662c18e837832ec9a0edee98b32c3c773b4c4" 34 + ] 35 + } 36 + x-commit-hash: "f0292079b83767a3cdb2f430220983ce531086ef"
+41
packages/mirage-qubes/mirage-qubes.0.11.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "talex@gmail.com" 3 + authors: ["Thomas Leonard"] 4 + homepage: "https://github.com/mirage/mirage-qubes" 5 + bug-reports: "https://github.com/mirage/mirage-qubes/issues" 6 + dev-repo: "git+https://github.com/mirage/mirage-qubes.git" 7 + doc: "https://mirage.github.io/mirage-qubes" 8 + license: "BSD-2-Clause" 9 + 10 + build: [ 11 + [ "dune" "subst"] {dev} 12 + [ "dune" "build" "-p" name "-j" jobs ] 13 + ] 14 + 15 + depends: [ 16 + "dune" {>= "1.0"} 17 + "cstruct" { >= "6.0.0" } 18 + "vchan-xen" { >= "6.0.0" } 19 + "mirage-xen" { >= "8.0.0" } 20 + "lwt" { >= "5.7.0" } 21 + "logs" { >= "0.5.0" } 22 + "ocaml" { >= "4.08.0" } 23 + "ohex" { >= "0.2.0" } 24 + "fmt" {>= "0.8.5"} 25 + ] 26 + synopsis: "Implementations of various Qubes protocols for MirageOS" 27 + description: """ 28 + Implementations of various Qubes protocols: 29 + 30 + - Qubes.RExec: provide services to other VMs 31 + - Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM 32 + - Qubes.DB: read and write the VM's QubesDB database""" 33 + url { 34 + src: 35 + "https://github.com/mirage/mirage-qubes/releases/download/v0.11.0/mirage-qubes-0.11.0.tbz" 36 + checksum: [ 37 + "sha256=dca01eefe34acd02bb0df843f6e015e312526432f2babcde099c63759fef9208" 38 + "sha512=99fcf0fe178cbc2b8017cad688aba3600240bbddde2e06ccb2e622ff2ca5367b2587206045ae14103d9092c9f38662c18e837832ec9a0edee98b32c3c773b4c4" 39 + ] 40 + } 41 + x-commit-hash: "f0292079b83767a3cdb2f430220983ce531086ef"