Update miragevpn.opam
This commit is contained in:
parent
3514c169fd
commit
f3db75fe14
1 changed files with 13 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue