2021-03-17 20:29:45 +00:00
|
|
|
opam-version: "2.0"
|
|
|
|
synopsis: "Library implementing the OpenVPN protocol and configuration format"
|
2023-09-27 20:57:38 +00:00
|
|
|
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"
|
2021-03-17 20:29:45 +00:00
|
|
|
author: ["robur"]
|
|
|
|
maintainer: ["robur"]
|
2024-03-28 13:49:45 +00:00
|
|
|
license: "BSD-2-Clause"
|
2021-03-17 20:29:45 +00:00
|
|
|
|
|
|
|
build: [
|
2021-05-04 21:05:34 +00:00
|
|
|
["dune" "subst" ] {dev}
|
2021-03-17 20:29:45 +00:00
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
|
|
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
|
|
|
]
|
|
|
|
|
|
|
|
depends: [
|
2023-10-24 07:22:40 +00:00
|
|
|
"dune" {>= "2.9"}
|
2024-03-28 13:49:45 +00:00
|
|
|
"ocaml" {>= "4.14.0"}
|
2021-03-17 20:29:45 +00:00
|
|
|
"odoc" {with-doc}
|
|
|
|
|
2021-10-19 17:56:59 +00:00
|
|
|
"fmt" { >= "0.8.7" }
|
2021-03-17 20:29:45 +00:00
|
|
|
"logs" { >= "0.6.2" }
|
|
|
|
|
|
|
|
"angstrom" { >= "0.14.0" }
|
2021-07-28 15:19:10 +00:00
|
|
|
"cstruct" { >= "6.0.0" }
|
2021-03-17 20:29:45 +00:00
|
|
|
"domain-name" { >= "0.2.0" }
|
|
|
|
"fmt"
|
|
|
|
"gmap" { >= "0.3.0" }
|
|
|
|
"hex" { >= "1.4.0" }
|
|
|
|
"ipaddr" { >= "5.0.0" }
|
2023-09-27 20:57:38 +00:00
|
|
|
"decompress" { >= "1.5.3" }
|
2021-03-17 20:29:45 +00:00
|
|
|
"logs"
|
2023-09-27 20:57:38 +00:00
|
|
|
"lwt" {>= "5.7.0"}
|
2021-03-17 20:29:45 +00:00
|
|
|
"mirage-crypto"
|
2023-02-24 17:22:08 +00:00
|
|
|
"mirage-crypto-rng" {>= "0.11.0"}
|
2021-03-17 20:29:45 +00:00
|
|
|
"ptime"
|
2024-03-28 13:49:45 +00:00
|
|
|
"tls" {>= "0.17.4"}
|
2023-02-24 17:22:08 +00:00
|
|
|
"dns-client" {>= "7.0.0"}
|
2021-10-19 17:56:59 +00:00
|
|
|
"x509" {>= "0.15.0"}
|
2021-03-17 20:29:45 +00:00
|
|
|
"duration"
|
2024-03-14 17:52:46 +00:00
|
|
|
"randomconv" {< "0.2.0"}
|
2023-10-24 07:22:40 +00:00
|
|
|
# app:
|
|
|
|
"cstruct-lwt"
|
|
|
|
"mirage-crypto-rng-lwt" {>= "0.11.0"}
|
|
|
|
"mtime"
|
|
|
|
"dns-client-lwt" {>= "7.0.0"}
|
|
|
|
"tuntap" {>= "1.8.1"}
|
|
|
|
"base64" {>= "3.0.0"}
|
|
|
|
"hxd"
|
2021-03-17 20:29:45 +00:00
|
|
|
# mirage:
|
2023-02-24 17:22:08 +00:00
|
|
|
"dns-client-mirage" {>= "7.0.0"}
|
2022-01-09 14:18:18 +00:00
|
|
|
"tcpip" {>= "7.0.0"}
|
2021-03-17 20:29:45 +00:00
|
|
|
"mirage-random" {>= "2.0.0"}
|
|
|
|
"mirage-clock" {>= "3.0.0"}
|
2024-03-28 13:49:45 +00:00
|
|
|
# tooling:
|
|
|
|
"cmdliner" { >= "1.1.0" }
|
|
|
|
"hxd"
|
|
|
|
"bos"
|
2021-03-17 20:29:45 +00:00
|
|
|
|
|
|
|
"crowbar" {with-test}
|
|
|
|
"alcotest" {with-test}
|
2023-09-27 20:57:38 +00:00
|
|
|
"bigstringaf" {with-test}
|
2021-03-17 20:29:45 +00:00
|
|
|
]
|
|
|
|
url {
|
2023-09-09 12:19:41 +00:00
|
|
|
src: "git+https://github.com/robur-coop/miragevpn.git"
|
2021-03-17 20:29:45 +00:00
|
|
|
}
|