dnsvizor: update from upstream
This commit is contained in:
parent
84db128ead
commit
44bb7b9672
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
opam-version: "2.0"
|
||||||
name: "mirage-unikernel-dnsvizor-hvt"
|
name: "mirage-unikernel-dnsvizor-hvt"
|
||||||
depends: [ "arp"
|
depends: [ "arp"
|
||||||
|
"ca-certs-nss"
|
||||||
"charrua"
|
"charrua"
|
||||||
"charrua-server"
|
"charrua-server"
|
||||||
"dns"
|
"dns"
|
||||||
|
@ -9,10 +10,11 @@ depends: [ "arp"
|
||||||
"dns-mirage"
|
"dns-mirage"
|
||||||
"dns-resolver"
|
"dns-resolver"
|
||||||
"dns-server"
|
"dns-server"
|
||||||
"dns-stub"
|
"dns-stub" { >= "6.0.0"}
|
||||||
"dns-tsig"
|
"dns-tsig"
|
||||||
"ethernet"
|
"ethernet"
|
||||||
"functoria-runtime"
|
"functoria-runtime"
|
||||||
|
"hex"
|
||||||
"logs"
|
"logs"
|
||||||
"lwt"
|
"lwt"
|
||||||
"metrics"
|
"metrics"
|
||||||
|
@ -39,6 +41,8 @@ bug-reports: "dummy"
|
||||||
dev-repo: "git+https://example.com/nonexistent"
|
dev-repo: "git+https://example.com/nonexistent"
|
||||||
build: [ "sh" "-exc" "cd dns-and-dhcp && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
|
build: [ "sh" "-exc" "cd dns-and-dhcp && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
|
||||||
synopsis: "A DNS resolver and DHCP server"
|
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: [
|
install: [
|
||||||
[ "cp" "dns-and-dhcp/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt" ]
|
[ "cp" "dns-and-dhcp/dnsvizor.hvt" "%{bin}%/dnsvizor.hvt" ]
|
||||||
[ "strip" "%{bin}%/dnsvizor.hvt" ]
|
[ "strip" "%{bin}%/dnsvizor.hvt" ]
|
||||||
|
|
Loading…
Reference in a new issue