forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#26447 from palainp/release-mirage-qubes-v1.0.0
[new release] mirage-qubes (2 packages) (1.0.0)
- Loading branch information
Showing
2 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
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" { >= "8.2.0" } | ||
"ethernet" {>= "3.0.0"} | ||
"arp" {>= "3.0.0"} | ||
"ipaddr" { >= "3.0.0" } | ||
"mirage-crypto-rng-mirage" {>= "1.0.0"} | ||
"mirage-clock" {>= "3.0.0"} | ||
"lwt" { >= "5.7.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/v1.0.0/mirage-qubes-1.0.0.tbz" | ||
checksum: [ | ||
"sha256=b20340a52a3a2d01bbab1cc01ce03ed11793738caa0f73f954fe331813acf991" | ||
"sha512=01fed03f00d166e2378fae8e19cd6bb057ed1ce8d24ed89aa0469b8bc38ba7cb8a050a2d268c2a7c7c53f3683ba51f2373bd21907975248c940339ef90440d4b" | ||
] | ||
} | ||
x-commit-hash: "2773d32762153fcc695ed30efce0f9dd8516d350" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
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" } | ||
"vchan-xen" { >= "6.0.0" } | ||
"mirage-xen" { >= "8.0.0" } | ||
"lwt" { >= "5.7.0" } | ||
"logs" { >= "0.5.0" } | ||
"ocaml" { >= "4.08.0" } | ||
"ohex" { >= "0.2.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/v1.0.0/mirage-qubes-1.0.0.tbz" | ||
checksum: [ | ||
"sha256=b20340a52a3a2d01bbab1cc01ce03ed11793738caa0f73f954fe331813acf991" | ||
"sha512=01fed03f00d166e2378fae8e19cd6bb057ed1ce8d24ed89aa0469b8bc38ba7cb8a050a2d268c2a7c7c53f3683ba51f2373bd21907975248c940339ef90440d4b" | ||
] | ||
} | ||
x-commit-hash: "2773d32762153fcc695ed30efce0f9dd8516d350" |