add a qubes-firewall flambda, and also set best-fit as default
This commit is contained in:
parent
0ea06dad55
commit
eb47f7f223
2 changed files with 46 additions and 1 deletions
45
packages/mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam
vendored
Normal file
45
packages/mirage-unikernel-qubes-firewall-flambda-xen.0.0.1/opam
vendored
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Generated by ./config.exe configure -t xen (2020-12-03 20:18:25-00:00).
|
||||||
|
opam-version: "2.0"
|
||||||
|
name: "mirage-unikernel-qubes_firewall-xen"
|
||||||
|
depends: [ "arp" { >= "2.3.0"}
|
||||||
|
"astring"
|
||||||
|
"cstruct"
|
||||||
|
"dns-client" { >= "4.5.0"}
|
||||||
|
"ethernet"
|
||||||
|
"functoria-runtime"
|
||||||
|
"ipaddr" { >= "4.0.0"}
|
||||||
|
"lwt"
|
||||||
|
"mirage" {build & >= "3.10.0" & < "3.11.0"}
|
||||||
|
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
|
||||||
|
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
|
||||||
|
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
||||||
|
"mirage-nat" { >= "2.2.1"}
|
||||||
|
"mirage-net-xen"
|
||||||
|
"mirage-protocols"
|
||||||
|
"mirage-qubes" { >= "0.9.1"}
|
||||||
|
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
|
||||||
|
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
||||||
|
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
||||||
|
"mirage-xen" { >= "6.0.0" & < "7.0.0"}
|
||||||
|
"netchannel" { >= "1.11.0"}
|
||||||
|
"ocaml" {build & >= "4.08.0"}
|
||||||
|
"ocaml-variants" {= "4.11.1+flambda"}
|
||||||
|
"ocamlbuild" {build}
|
||||||
|
"ocamlfind" {build}
|
||||||
|
"pf-qubes"
|
||||||
|
"shared-memory-ring" { >= "3.0.0"}
|
||||||
|
"solo5-bindings-xen" { >= "0.6.0" & < "0.7.0"}
|
||||||
|
"tcpip" { >= "3.7.0"}
|
||||||
|
"vchan" { >= "4.0.2"}
|
||||||
|
]
|
||||||
|
maintainer: "dummy"
|
||||||
|
authors: "dummy"
|
||||||
|
homepage: "dummy"
|
||||||
|
bug-reports: "dummy"
|
||||||
|
dev-repo: "git+https://example.com/nonexistent"
|
||||||
|
build: [ "sh" "-exc" "mirage configure -t xen --allocation-policy=best-fit && mirage build" ]
|
||||||
|
synopsis: "This is a dummy"
|
||||||
|
install: [
|
||||||
|
[ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ]
|
||||||
|
]
|
||||||
|
url { src: "git+https://github.com/hannesm/qubes-mirage-firewall.git#arp-2.3.0" }
|
|
@ -36,7 +36,7 @@ authors: "dummy"
|
||||||
homepage: "dummy"
|
homepage: "dummy"
|
||||||
bug-reports: "dummy"
|
bug-reports: "dummy"
|
||||||
dev-repo: "git+https://example.com/nonexistent"
|
dev-repo: "git+https://example.com/nonexistent"
|
||||||
build: [ "sh" "-exc" "mirage configure -t xen && mirage build" ]
|
build: [ "sh" "-exc" "mirage configure -t xen --allocation-policy=best-fit && mirage build" ]
|
||||||
synopsis: "This is a dummy"
|
synopsis: "This is a dummy"
|
||||||
install: [
|
install: [
|
||||||
[ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ]
|
[ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ]
|
||||||
|
|
Loading…
Reference in a new issue