Update miragevpn.opam

This commit is contained in:
Reynir Björnsson 2024-10-01 12:03:44 +02:00
parent 3514c169fd
commit f3db75fe14

View file

@ -24,36 +24,36 @@ depends: [
"logs" { >= "0.6.2" }
"angstrom" { >= "0.14.0" }
"cstruct" { >= "6.2.0" }
"domain-name" { >= "0.2.0" }
"fmt"
"gmap" { >= "0.3.0" }
"hex" { >= "1.4.0" }
"ohex" { >= "0.2.0" }
"ipaddr" { >= "5.0.0" }
"decompress" { >= "1.5.3" }
"logs"
"lwt" {>= "5.7.0"}
"mirage-crypto"
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto" {>= "1.0.0"}
"mirage-crypto-rng" {>= "1.0.0"}
"ptime"
"tls" {>= "0.17.5"}
"dns-client" {>= "7.0.0"}
"x509" {>= "0.15.0"}
"tls" {>= "1.0.0"}
"dns-client" {>= "9.0.0"}
"x509" {>= "1.0.0"}
"duration"
"randomconv" {< "0.2.0"}
"randomconv" {>= "0.2.0"}
"digestif" {>= "1.2.0"}
# app:
"cstruct-lwt"
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"mirage-crypto-rng-lwt" {>= "1.0.0"}
"mtime"
"dns-client-lwt" {>= "8.0.0"}
"dns-client-lwt" {>= "9.0.0"}
"tuntap" {>= "1.8.1"}
"base64" {>= "3.0.0"}
"hxd"
# mirage:
"dns-client-mirage" {>= "8.0.0"}
"dns-client-mirage" {>= "9.0.0"}
"tcpip" {>= "8.1.0"}
"mirage-random" {>= "2.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-clock" {>= "3.0.0"}
"cstruct" {>= "6.0.0"}
# tooling:
"cmdliner" { >= "1.1.0" }
"hxd"