dnsvizor: update from upstream

This commit is contained in:
Hannes Mehnert 2021-11-03 13:10:31 +01:00
parent 84db128ead
commit 44bb7b9672

View file

@ -1,7 +1,8 @@
# Generated by ./config.exe configure -t hvt (2021-10-06 08:01:26-00:00).
# Generated by ./config.exe configure -t hvt (2021-11-03 08:22:09-00:00).
opam-version: "2.0"
name: "mirage-unikernel-dnsvizor-hvt"
depends: [ "arp"
"ca-certs-nss"
"charrua"
"charrua-server"
"dns"
@ -9,10 +10,11 @@ depends: [ "arp"
"dns-mirage"
"dns-resolver"
"dns-server"
"dns-stub"
"dns-stub" { >= "6.0.0"}
"dns-tsig"
"ethernet"
"functoria-runtime"
"hex"
"logs"
"lwt"
"metrics"
@ -39,6 +41,8 @@ bug-reports: "dummy"
dev-repo: "git+https://example.com/nonexistent"
build: [ "sh" "-exc" "cd dns-and-dhcp && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
synopsis: "A DNS resolver and DHCP server"
build: [ "sh" "-exc" "cd dns-and-dhcp && mirage configure -t hvt && mirage build" ]
synopsis: "This is a dummy"
install: [
[ "cp" "dns-and-dhcp/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt" ]
[ "strip" "%{bin}%/dnsvizor.hvt" ]