update tlstunnel unikernels

This commit is contained in:
Hannes Mehnert 2021-04-26 22:56:24 +02:00
parent 01f025f8a9
commit b5fecc0804
2 changed files with 10 additions and 10 deletions

View file

@ -1,8 +1,8 @@
# Generated by ./config.exe configure -t hvt (2021-01-27 18:16:37-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-04-26 20:47:33-00:00).
opam-version: "2.0"
name: "mirage-unikernel-tlstunnel-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"dns-certify" { >= "4.6.3" & < "5.0.0"}
"dns-certify" { >= "5.0.1"}
"ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime"
"lwt"
@ -10,7 +10,7 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"mirage-block-solo5" { >= "0.6.1" & < "0.7.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.11.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"}
@ -21,7 +21,7 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"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"
]
maintainer: "dummy"
@ -29,9 +29,9 @@ 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" "tlstunnel.hvt" "%{bin}%/tlstunnel.hvt" ]
]
url { src: "git+https://github.com/roburio/tlstunnel.git#main" }
url { src: "git+https://github.com/roburio/tlstunnel.git" }

View file

@ -1,8 +1,8 @@
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-01-06 13:20:27-00:00).
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-04-26 20:51:03-00:00).
opam-version: "2.0"
name: "mirage-unikernel-tlstunnel-hvt"
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"dns-certify" {>= "5.0.0"}
"dns-certify" { >= "5.0.1"}
"ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime"
"logs-syslog" { >= "0.3.0"}
@ -12,7 +12,7 @@ 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.11.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"}
@ -24,7 +24,7 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"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"
]
maintainer: "dummy"