ready for miragevpn

This commit is contained in:
Robur Team 2024-06-26 14:12:31 +00:00
parent 9cc313c191
commit 81f4b9b048
2 changed files with 11 additions and 5 deletions

View file

@ -24,7 +24,7 @@ depends: [
"logs" { >= "0.6.2" } "logs" { >= "0.6.2" }
"angstrom" { >= "0.14.0" } "angstrom" { >= "0.14.0" }
"cstruct" { >= "6.0.0" } "cstruct" { >= "6.2.0" }
"domain-name" { >= "0.2.0" } "domain-name" { >= "0.2.0" }
"fmt" "fmt"
"gmap" { >= "0.3.0" } "gmap" { >= "0.3.0" }
@ -36,7 +36,7 @@ depends: [
"mirage-crypto" "mirage-crypto"
"mirage-crypto-rng" {>= "0.11.0"} "mirage-crypto-rng" {>= "0.11.0"}
"ptime" "ptime"
"tls" {>= "0.17.4"} "tls" {>= "0.17.5"}
"dns-client" {>= "7.0.0"} "dns-client" {>= "7.0.0"}
"x509" {>= "0.15.0"} "x509" {>= "0.15.0"}
"duration" "duration"
@ -45,13 +45,13 @@ depends: [
"cstruct-lwt" "cstruct-lwt"
"mirage-crypto-rng-lwt" {>= "0.11.0"} "mirage-crypto-rng-lwt" {>= "0.11.0"}
"mtime" "mtime"
"dns-client-lwt" {>= "7.0.0"} "dns-client-lwt" {>= "8.0.0"}
"tuntap" {>= "1.8.1"} "tuntap" {>= "1.8.1"}
"base64" {>= "3.0.0"} "base64" {>= "3.0.0"}
"hxd" "hxd"
# mirage: # mirage:
"dns-client-mirage" {>= "7.0.0"} "dns-client-mirage" {>= "8.0.0"}
"tcpip" {>= "7.0.0"} "tcpip" {>= "8.1.0"}
"mirage-random" {>= "2.0.0"} "mirage-random" {>= "2.0.0"}
"mirage-clock" {>= "3.0.0"} "mirage-clock" {>= "3.0.0"}
# tooling: # tooling:
@ -62,6 +62,12 @@ depends: [
"crowbar" {with-test} "crowbar" {with-test}
"alcotest" {with-test} "alcotest" {with-test}
"bigstringaf" {with-test} "bigstringaf" {with-test}
"notty" {with-test}
"bechamel" {with-test}
"bechamel-notty" {with-test}
# coverage
"bisect_ppx" {dev}
] ]
url { url {
src: "git+https://github.com/robur-coop/miragevpn.git" src: "git+https://github.com/robur-coop/miragevpn.git"