update dns-letsencrypt

This commit is contained in:
Hannes Mehnert 2021-03-31 12:49:31 +02:00
parent 063ba0101a
commit 58a1304066
2 changed files with 17 additions and 15 deletions

View file

@ -1,9 +1,9 @@
# Generated by ./config.exe configure -t hvt (2020-12-04 14:45:26-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-03-31 10:45:39-00:00).
opam-version: "2.0"
name: "mirage-unikernel-letsencrypt-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"cohttp-mirage"
"conduit-mirage" { >= "2.2.0" & < "3.0.0"}
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "2.3.0" & < "3.0.0"}
"dns-certify" { >= "4.6.0" & < "5.0.0"}
"dns-server" { >= "4.4.0" & < "5.0.0"}
"dns-tsig" {< "5.0.0"}
@ -17,10 +17,10 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"mirage" {build & >= "3.10.0" & < "3.11.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.10.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
"mirage-runtime" { >= "3.10.0" & >= "3.10.2" & < "3.11.0"}
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-types" { >= "3.10.0" & < "3.11.0"}
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
@ -29,7 +29,8 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocamlfind" {build}
"randomconv"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "6.0.0" & < "7.0.0"}
"tcpip" { >= "6.1.0" & < "7.0.0"}
"tls-mirage" { >= "0.12.0" & < "0.13.0"}
"x509" { >= "0.9.0"}
]
maintainer: "dummy"
@ -37,7 +38,7 @@ authors: "dummy"
homepage: "dummy"
bug-reports: "dummy"
dev-repo: "git+https://example.com/nonexistent"
build: [ "sh" "-exc" "mirage configure -t hvt && mirage build" ]
build: [ "sh" "-exc" "mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
synopsis: "This is a dummy"
install: [
[ "cp" "letsencrypt.hvt" "%{bin}%/letsencrypt.hvt" ]

View file

@ -1,11 +1,11 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-01-18 16:50:45-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-03-31 10:47:50-00:00).
opam-version: "2.0"
name: "mirage-unikernel-letsencrypt-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"cohttp-mirage"
"conduit-mirage" { >= "2.2.0" & < "3.0.0"}
"dns-certify" { >= "4.6.0" & < "5.0.0" }
"dns-server" { >= "4.4.0" & < "5.0.0" }
"cohttp-mirage" { >= "4.0.0" & < "5.0.0"}
"conduit-mirage" { >= "2.3.0" & < "3.0.0"}
"dns-certify" { >= "4.6.0" & < "5.0.0"}
"dns-server" { >= "4.4.0" & < "5.0.0"}
"dns-tsig" {< "5.0.0"}
"domain-name" { >= "0.3.0"}
"duration"
@ -19,10 +19,10 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.9.0"}
"mirage-crypto-rng-mirage" { >= "0.8.0" & < "0.10.0"}
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-runtime" { >= "3.10.0" & < "3.11.0"}
"mirage-runtime" { >= "3.10.0" & >= "3.10.2" & < "3.11.0"}
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
"mirage-types" { >= "3.10.0" & < "3.11.0"}
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
@ -32,7 +32,8 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocamlfind" {build}
"randomconv"
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
"tcpip" { >= "6.0.0" & < "7.0.0"}
"tcpip" { >= "6.1.0" & < "7.0.0"}
"tls-mirage" { >= "0.12.0" & < "0.13.0"}
"x509" { >= "0.9.0"}
]
maintainer: "dummy"