update from upstream

This commit is contained in:
Hannes Mehnert 2023-10-24 09:22:40 +02:00
parent d3548afbce
commit d24d35b12a

View file

@ -16,7 +16,7 @@ build: [
]
depends: [
"dune"
"dune" {>= "2.9"}
"ocaml" {>= "4.13.0"}
"odoc" {with-doc}
@ -33,22 +33,23 @@ depends: [
"ipaddr" { >= "5.0.0" }
"decompress" { >= "1.5.3" }
"logs"
"cstruct-lwt"
"lwt" {>= "5.7.0"}
"mirage-crypto"
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"ptime"
"tls" {>= "0.15.0"}
"dns-client" {>= "7.0.0"}
"dns-client-lwt" {>= "7.0.0"}
"x509" {>= "0.15.0"}
"duration"
"tuntap" {>= "1.8.1"}
"mtime"
"randomconv"
# app:
"cstruct-lwt"
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"mtime"
"dns-client-lwt" {>= "7.0.0"}
"tuntap" {>= "1.8.1"}
"base64" {>= "3.0.0"}
"hxd"
# mirage:
"dns-client-mirage" {>= "7.0.0"}
"tcpip" {>= "7.0.0"}