Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] mirage-qubes and mirage-qubes-ipv4 (0.9.2) #20285

Merged
merged 3 commits into from
Dec 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions packages/mirage-qubes-ipv4/mirage-qubes-ipv4.0.9.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
maintainer: "talex@gmail.com"
authors: ["Thomas Leonard"]
license: "BSD-2-Clause"
homepage: "https://github.com/mirage/mirage-qubes"
bug-reports: "https://github.com/mirage/mirage-qubes/issues"
dev-repo: "git+https://github.com/mirage/mirage-qubes.git"
doc: "https://mirage.github.io/mirage-qubes"

build: [
[ "dune" "subst"] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"dune" {>= "1.0"}
"mirage-qubes" {= version}
"tcpip" { >= "7.0.0" }
"ethernet" {>= "3.0.0"}
"arp" {>= "3.0.0"}
"ipaddr" { >= "3.0.0" }
"mirage-random" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"}
"cstruct" { >= "1.9.0" }
"lwt"
"logs" { >= "0.5.0" }
"ocaml" { >= "4.06.0" }
]
synopsis: "Implementations of IPv4 stack which reads configuration from QubesDB for MirageOS"
url {
src:
"https://github.com/mirage/mirage-qubes/releases/download/v0.9.2/mirage-qubes-0.9.2.tbz"
checksum: [
"sha256=7f57d7c1858e65b8400dcbc97f699220cccd12ff170f439428dd752a954c72e7"
"sha512=61a97e009bc7f2bc8f2f04d463fb20727e02e5033ce1e9961da77d7deb1e8b07ebb4c13522f5c4b84f0326b19f09830aacb0295a56a45279c357916253e593ea"
]
}
x-commit-hash: "eccbc57f8baf6145de5ca1c49a5e97777a1570a3"
41 changes: 41 additions & 0 deletions packages/mirage-qubes/mirage-qubes.0.9.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
maintainer: "talex@gmail.com"
authors: ["Thomas Leonard"]
homepage: "https://github.com/mirage/mirage-qubes"
bug-reports: "https://github.com/mirage/mirage-qubes/issues"
dev-repo: "git+https://github.com/mirage/mirage-qubes.git"
doc: "https://mirage.github.io/mirage-qubes"
license: "BSD-2-Clause"

build: [
[ "dune" "subst"] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"dune" {>= "1.0"}
"cstruct" { >= "6.0.0" }
"ppx_cstruct"
"vchan-xen" { >= "6.0.0" }
"mirage-xen" { >= "6.0.0" }
"lwt"
"logs" { >= "0.5.0" }
"ocaml" { >= "4.08.0" }
"fmt" { >= "0.8.5" }
]
synopsis: "Implementations of various Qubes protocols for MirageOS"
description: """
Implementations of various Qubes protocols:

- Qubes.RExec: provide services to other VMs
- Qubes.GUI: just enough of the GUI protocol so that Qubes accepts the AppVM
- Qubes.DB: read and write the VM's QubesDB database"""
url {
src:
"https://github.com/mirage/mirage-qubes/releases/download/v0.9.2/mirage-qubes-0.9.2.tbz"
checksum: [
"sha256=7f57d7c1858e65b8400dcbc97f699220cccd12ff170f439428dd752a954c72e7"
"sha512=61a97e009bc7f2bc8f2f04d463fb20727e02e5033ce1e9961da77d7deb1e8b07ebb4c13522f5c4b84f0326b19f09830aacb0295a56a45279c357916253e593ea"
]
}
x-commit-hash: "eccbc57f8baf6145de5ca1c49a5e97777a1570a3"