this repo has no description
0
fork

Configure Feed

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

Merge pull request #25701 from palainp/release-mirage-qubes-v0.9.4

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

authored by

Calascibetta Romain and committed by
GitHub
3f468f0c 6a2ad82c

+77
+36
packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.9.4/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" { >= "7.0.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.9.4/mirage-qubes-0.9.4.tbz" 31 + checksum: [ 32 + "sha256=a214b006c7d0b1ff630138c4d7078b3f655480780a23b29c807b694bfe5bb049" 33 + "sha512=2df99dec5c9b41d9e877f6773572089f410370cb5ddf4c85198d77e36d2065420e7afd38fe38a7a7dc351e7b6bc6fc739c545331b88d62744da11f70d5390b4b" 34 + ] 35 + } 36 + x-commit-hash: "bf6b08bcc674a68513aac87bf24a347d36a84960"
+41
packages/mirage-qubes/mirage-qubes.0.9.4/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" { >= "6.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.9.4/mirage-qubes-0.9.4.tbz" 36 + checksum: [ 37 + "sha256=a214b006c7d0b1ff630138c4d7078b3f655480780a23b29c807b694bfe5bb049" 38 + "sha512=2df99dec5c9b41d9e877f6773572089f410370cb5ddf4c85198d77e36d2065420e7afd38fe38a7a7dc351e7b6bc6fc739c545331b88d62744da11f70d5390b4b" 39 + ] 40 + } 41 + x-commit-hash: "bf6b08bcc674a68513aac87bf24a347d36a84960"