miragevpn opam: sync from upstream
This commit is contained in:
parent
d0d78822ad
commit
d3548afbce
1 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
|||
opam-version: "2.0"
|
||||
synopsis: "Library implementing the OpenVPN protocol and configuration format"
|
||||
homepage: "https://github.com/robur-coop/openvpn"
|
||||
dev-repo: "git+https://github.com/robur-coop/openvpn.git"
|
||||
bug-reports: "https://github.com/robur-coop/openvpn/issues"
|
||||
doc: "https://github.com/robur-coop/openvpn/doc"
|
||||
name: "miragevpn"
|
||||
homepage: "https://github.com/robur-coop/miragevpn"
|
||||
dev-repo: "git+https://github.com/robur-coop/miragevpn.git"
|
||||
bug-reports: "https://github.com/robur-coop/miragevpn/issues"
|
||||
doc: "https://github.com/robur-coop/miragevpn/doc"
|
||||
author: ["robur"]
|
||||
maintainer: ["robur"]
|
||||
license: "AGPL"
|
||||
|
@ -16,12 +17,11 @@ build: [
|
|||
|
||||
depends: [
|
||||
"dune"
|
||||
"ocaml" {>= "4.08.0"}
|
||||
"ocaml" {>= "4.13.0"}
|
||||
"odoc" {with-doc}
|
||||
|
||||
"fmt" { >= "0.8.7" }
|
||||
"logs" { >= "0.6.2" }
|
||||
"rresult" { >= "0.6.0" }
|
||||
|
||||
"angstrom" { >= "0.14.0" }
|
||||
"cstruct" { >= "6.0.0" }
|
||||
|
@ -31,14 +31,14 @@ depends: [
|
|||
"gmap" { >= "0.3.0" }
|
||||
"hex" { >= "1.4.0" }
|
||||
"ipaddr" { >= "5.0.0" }
|
||||
"decompress" { >= "1.5.3" }
|
||||
"logs"
|
||||
"cstruct-lwt"
|
||||
"lwt" {>= "5.6.0"}
|
||||
"lwt" {>= "5.7.0"}
|
||||
"mirage-crypto"
|
||||
"mirage-crypto-rng" {>= "0.11.0"}
|
||||
"mirage-crypto-rng-lwt" {>= "0.11.0"}
|
||||
"ptime"
|
||||
"rresult"
|
||||
"tls" {>= "0.15.0"}
|
||||
"dns-client" {>= "7.0.0"}
|
||||
"dns-client-lwt" {>= "7.0.0"}
|
||||
|
@ -47,7 +47,6 @@ depends: [
|
|||
|
||||
"tuntap" {>= "1.8.1"}
|
||||
|
||||
"astring"
|
||||
"mtime"
|
||||
"randomconv"
|
||||
# mirage:
|
||||
|
@ -58,6 +57,7 @@ depends: [
|
|||
|
||||
"crowbar" {with-test}
|
||||
"alcotest" {with-test}
|
||||
"bigstringaf" {with-test}
|
||||
]
|
||||
url {
|
||||
src: "git+https://github.com/robur-coop/miragevpn.git"
|
||||
|
|
Loading…
Reference in a new issue