ready for miragevpn
This commit is contained in:
parent
9cc313c191
commit
81f4b9b048
2 changed files with 11 additions and 5 deletions
|
@ -24,7 +24,7 @@ depends: [
|
|||
"logs" { >= "0.6.2" }
|
||||
|
||||
"angstrom" { >= "0.14.0" }
|
||||
"cstruct" { >= "6.0.0" }
|
||||
"cstruct" { >= "6.2.0" }
|
||||
"domain-name" { >= "0.2.0" }
|
||||
"fmt"
|
||||
"gmap" { >= "0.3.0" }
|
||||
|
@ -36,7 +36,7 @@ depends: [
|
|||
"mirage-crypto"
|
||||
"mirage-crypto-rng" {>= "0.11.0"}
|
||||
"ptime"
|
||||
"tls" {>= "0.17.4"}
|
||||
"tls" {>= "0.17.5"}
|
||||
"dns-client" {>= "7.0.0"}
|
||||
"x509" {>= "0.15.0"}
|
||||
"duration"
|
||||
|
@ -45,13 +45,13 @@ depends: [
|
|||
"cstruct-lwt"
|
||||
"mirage-crypto-rng-lwt" {>= "0.11.0"}
|
||||
"mtime"
|
||||
"dns-client-lwt" {>= "7.0.0"}
|
||||
"dns-client-lwt" {>= "8.0.0"}
|
||||
"tuntap" {>= "1.8.1"}
|
||||
"base64" {>= "3.0.0"}
|
||||
"hxd"
|
||||
# mirage:
|
||||
"dns-client-mirage" {>= "7.0.0"}
|
||||
"tcpip" {>= "7.0.0"}
|
||||
"dns-client-mirage" {>= "8.0.0"}
|
||||
"tcpip" {>= "8.1.0"}
|
||||
"mirage-random" {>= "2.0.0"}
|
||||
"mirage-clock" {>= "3.0.0"}
|
||||
# tooling:
|
||||
|
@ -62,6 +62,12 @@ depends: [
|
|||
"crowbar" {with-test}
|
||||
"alcotest" {with-test}
|
||||
"bigstringaf" {with-test}
|
||||
"notty" {with-test}
|
||||
"bechamel" {with-test}
|
||||
"bechamel-notty" {with-test}
|
||||
|
||||
# coverage
|
||||
"bisect_ppx" {dev}
|
||||
]
|
||||
url {
|
||||
src: "git+https://github.com/robur-coop/miragevpn.git"
|
||||
|
|
Loading…
Reference in a new issue