Created
August 14, 2020 10:46
-
-
Save linse/18282d99bf1a4a869c3db28265863f95 to your computer and use it in GitHub Desktop.
mirage-unikernel-qubes_firewall-qubes.opam
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
# Generated by ./config.exe configure -t qubes (2020-08-14 10:40:04-00:00). | |
opam-version: "2.0" | |
name: "mirage-unikernel-qubes_firewall-qubes" | |
depends: [ "arp" | |
"arp-mirage" | |
"astring" | |
"cstruct" | |
"dns-client" { >= "4.5.0"} | |
"ethernet" | |
"functoria-runtime" | |
"ipaddr" { >= "4.0.0"} | |
"lwt" | |
"mirage" {build & >= "3.7.0" & < "3.8.0"} | |
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"} | |
"mirage-crypto-entropy" | |
"mirage-logs" { >= "1.2.0" & < "2.0.0"} | |
"mirage-nat" { >= "2.2.1"} | |
"mirage-net-xen" | |
"mirage-protocols" | |
"mirage-qubes" { >= "0.8.2"} | |
"mirage-runtime" { >= "3.7.0" & < "3.8.0"} | |
"mirage-types" { >= "3.7.0" & < "3.8.0"} | |
"mirage-types-lwt" { >= "3.7.0" & < "3.8.0"} | |
"mirage-xen" { >= "5.0.0" & < "6.0.0"} | |
"netchannel" { >= "1.11.0"} | |
"ocaml" {build & >= "4.06.0"} | |
"ocamlbuild" {build} | |
"ocamlfind" {build} | |
"pf-qubes" | |
"shared-memory-ring" { >= "3.0.0"} | |
"tcpip" { >= "3.7.0"} | |
"vchan" { >= "4.0.2"} | |
] | |
maintainer: "dummy" | |
authors: "dummy" | |
homepage: "dummy" | |
bug-reports: "dummy" | |
build: [ "sh" "-exc" "mirage configure -t qubes && mirage build" ] | |
synopsis: "This is a dummy" | |
install: [ | |
[ "cp" "qubes_firewall.xen" "%{bin}%/qubes_firewall.xen" ] | |
] | |
url { src: "git+https://github.com/mirage/qubes-mirage-firewall#master" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment