this repo has no description
0
fork

Configure Feed

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

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

CHANGES:

- Adapt to tcpip 9.0.0 API changes (mirage/mirage-qubes#75, @hannesm)

+77
+35
packages/mirage-qubes-ipv4/mirage-qubes-ipv4.2.0.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" { >= "9.0.0" } 19 + "ethernet" {>= "3.0.0"} 20 + "arp" {>= "3.0.0"} 21 + "ipaddr" { >= "3.0.0" } 22 + "lwt" { >= "5.7.0" } 23 + "ocaml" { >= "4.06.0" } 24 + ] 25 + synopsis: "Implementations of IPv4 stack which reads configuration from QubesDB for MirageOS" 26 + x-maintenance-intent: [ "(latest)" ] 27 + url { 28 + src: 29 + "https://github.com/mirage/mirage-qubes/releases/download/v2.0.0/mirage-qubes-2.0.0.tbz" 30 + checksum: [ 31 + "sha256=708b9bbb7faea04b05bf694c253b440b638a83852420ee2b22604cd2bfe1849f" 32 + "sha512=02e439a531ecd2cdaab1683378021d7e0773c6743bb46d282f1eb43c67e304085e8fe42def717f86285e09f0893a5a0b78cf76a7622010d3767331d83bd33e3b" 33 + ] 34 + } 35 + x-commit-hash: "ff58fca6f334cad15076cd42ab173c84dd6a6ff3"
+42
packages/mirage-qubes/mirage-qubes.2.0.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 + x-maintenance-intent: [ "(latest)" ] 34 + url { 35 + src: 36 + "https://github.com/mirage/mirage-qubes/releases/download/v2.0.0/mirage-qubes-2.0.0.tbz" 37 + checksum: [ 38 + "sha256=708b9bbb7faea04b05bf694c253b440b638a83852420ee2b22604cd2bfe1849f" 39 + "sha512=02e439a531ecd2cdaab1683378021d7e0773c6743bb46d282f1eb43c67e304085e8fe42def717f86285e09f0893a5a0b78cf76a7622010d3767331d83bd33e3b" 40 + ] 41 + } 42 + x-commit-hash: "ff58fca6f334cad15076cd42ab173c84dd6a6ff3"