update from upstream
This commit is contained in:
parent
d3548afbce
commit
d24d35b12a
1 changed files with 9 additions and 8 deletions
|
@ -16,7 +16,7 @@ build: [
|
||||||
]
|
]
|
||||||
|
|
||||||
depends: [
|
depends: [
|
||||||
"dune"
|
"dune" {>= "2.9"}
|
||||||
"ocaml" {>= "4.13.0"}
|
"ocaml" {>= "4.13.0"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
|
||||||
|
@ -33,22 +33,23 @@ depends: [
|
||||||
"ipaddr" { >= "5.0.0" }
|
"ipaddr" { >= "5.0.0" }
|
||||||
"decompress" { >= "1.5.3" }
|
"decompress" { >= "1.5.3" }
|
||||||
"logs"
|
"logs"
|
||||||
"cstruct-lwt"
|
|
||||||
"lwt" {>= "5.7.0"}
|
"lwt" {>= "5.7.0"}
|
||||||
"mirage-crypto"
|
"mirage-crypto"
|
||||||
"mirage-crypto-rng" {>= "0.11.0"}
|
"mirage-crypto-rng" {>= "0.11.0"}
|
||||||
"mirage-crypto-rng-lwt" {>= "0.11.0"}
|
|
||||||
"ptime"
|
"ptime"
|
||||||
"tls" {>= "0.15.0"}
|
"tls" {>= "0.15.0"}
|
||||||
"dns-client" {>= "7.0.0"}
|
"dns-client" {>= "7.0.0"}
|
||||||
"dns-client-lwt" {>= "7.0.0"}
|
|
||||||
"x509" {>= "0.15.0"}
|
"x509" {>= "0.15.0"}
|
||||||
"duration"
|
"duration"
|
||||||
|
|
||||||
"tuntap" {>= "1.8.1"}
|
|
||||||
|
|
||||||
"mtime"
|
|
||||||
"randomconv"
|
"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:
|
# mirage:
|
||||||
"dns-client-mirage" {>= "7.0.0"}
|
"dns-client-mirage" {>= "7.0.0"}
|
||||||
"tcpip" {>= "7.0.0"}
|
"tcpip" {>= "7.0.0"}
|
||||||
|
|
Loading…
Reference in a new issue